Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunedan committed Dec 12, 2020
1 parent cdff7f6 commit 6f448be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -40,5 +40,5 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- uses: pre-commit/action@v2.0.0
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
@@ -1,7 +1,7 @@
---
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0
rev: v3.3.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -17,22 +17,22 @@ repos:
- id: detect-private-key

- repo: git://github.com/adrienverge/yamllint
rev: v1.24.2
rev: v1.25.0
hooks:
- id: yamllint
args:
- -s

- repo: git://github.com/timothycrosley/isort
rev: 5.1.4
- repo: git://github.com/PyCQA/isort
rev: 5.6.4
hooks:
- id: isort
args:
- --check-only
- --diff

- repo: git://github.com/PyCQA/prospector/
rev: 1.3.0
rev: 1.3.1
hooks:
- id: prospector
additional_dependencies:
Expand All @@ -47,7 +47,7 @@ repos:
- id: forbid-tabs

- repo: git://github.com/PyCQA/bandit
rev: 1.6.2
rev: 1.6.3
hooks:
- id: bandit
args:
Expand All @@ -59,6 +59,6 @@ repos:
- id: python-safety-dependencies-check

- repo: git://github.com/codespell-project/codespell
rev: v1.17.1
rev: v2.0.0
hooks:
- id: codespell

0 comments on commit 6f448be

Please sign in to comment.