Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0)
- [github.com/asottile/reorder_python_imports: v2.6.0 → v3.0.1](asottile/reorder-python-imports@v2.6.0...v3.0.1)
- [github.com/pre-commit/mirrors-autopep8: v1.5.7 → v1.6.0](pre-commit/mirrors-autopep8@v1.5.7...v1.6.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
  • Loading branch information
pre-commit-ci[bot] authored Mar 15, 2022
1 parent a675c97 commit 02a8e18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-docstring-first
- id: check-yaml
Expand All @@ -25,18 +25,18 @@ repos:
- id: requirements-txt-fixer
- id: double-quote-string-fixer
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.6.0
rev: v3.0.1
hooks:
- id: reorder-python-imports
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.5.7
rev: v1.6.0
hooks:
- id: autopep8
- repo: https://github.com/asottile/yesqa
rev: v1.3.0
hooks:
- id: yesqa
- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
Expand Down

0 comments on commit 02a8e18

Please sign in to comment.