Skip to content

Commit

Permalink
Merge pull request #407 from madmaze/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
int3l committed Feb 2, 2022
2 parents 84e6c2b + e6979ef commit c2daad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
@@ -1,7 +1,7 @@
exclude: ^(tests/data/)
repos:
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.1.0
hooks:
- id: black
args: [-S, --line-length=79, --safe, --quiet]
Expand All @@ -25,7 +25,7 @@ repos:
hooks:
- id: autopep8
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.7.0
rev: v2.7.1
hooks:
- id: reorder-python-imports
args: [--py37-plus]
Expand Down

0 comments on commit c2daad5

Please sign in to comment.