Skip to content

Commit

Permalink
autoupdate pre-commit
Browse files Browse the repository at this point in the history
modified:   .pre-commit-config.yaml
  • Loading branch information
jugmac00 committed Nov 19, 2020
1 parent 17268d3 commit c0dd7c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/mgedmin/check-python-versions
rev: 0.15.1
rev: 0.16.1
hooks:
- id: check-python-versions
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v3.3.0
hooks:
- id: debug-statements
- repo: https://github.com/psf/black
Expand All @@ -20,7 +20,7 @@ repos:
- flake8-click==0.3.1
- flake8-bugbear==20.1.4
- repo: https://github.com/PyCQA/isort.git
rev: 5.5.4
rev: 5.6.4
hooks:
- id: isort
- repo: https://github.com/PyCQA/bandit
Expand All @@ -31,6 +31,6 @@ repos:
- --skip
- B101
- repo: https://github.com/tox-dev/tox-ini-fmt
rev: 0.3.0
rev: 0.5.0
hooks:
- id: tox-ini-fmt

0 comments on commit c0dd7c7

Please sign in to comment.