chore: bump pre-commit versions (#547)

This commit is contained in:
Henry Schreiner 2020-12-28 13:14:01 -05:00 committed by GitHub
parent 822f3d6700
commit 32e6c3f347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 3 deletions

16
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,16 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
ignore:
# Official actions have moving tags like v1
# that are used, so they don't need updates here
- dependency-name: "actions/checkout"
- dependency-name: "actions/setup-python"
- dependency-name: "actions/cache"
- dependency-name: "actions/upload-artifact"
- dependency-name: "actions/download-artifact"
- dependency-name: "actions/labeler"

View File

@ -28,7 +28,7 @@ jobs:
- name: Add wget
run: apt-get update && apt-get install -y wget
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.4
uses: jwlawson/actions-setup-cmake@v1.5
- name: Configure
run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON
- name: Build

View File

@ -1,11 +1,12 @@
repos:
- repo: https://github.com/psf/black
rev: 19.10b0
rev: 20.8b1
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0
rev: v3.4.0
hooks:
- id: check-added-large-files
- id: mixed-line-ending
@ -14,6 +15,7 @@ repos:
- id: check-case-conflict
- id: check-symlinks
- id: check-yaml
- repo: local
hooks:
- id: docker-clang-format