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.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0)
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2)
- [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0)
- [github.com/asottile/pyupgrade: v2.31.1 → v2.37.3](asottile/pyupgrade@v2.31.1...v2.37.3)
- [github.com/asottile/reorder_python_imports: v3.0.1 → v3.8.2](asottile/reorder-python-imports@v3.0.1...v3.8.2)
- [github.com/asottile/add-trailing-comma: v2.2.2 → v2.2.3](asottile/add-trailing-comma@v2.2.2...v2.2.3)
  • Loading branch information
pre-commit-ci[bot] authored Aug 1, 2022
1 parent f7a08c6 commit 5991d8a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: end-of-file-fixer
- id: check-docstring-first
Expand All @@ -11,12 +11,12 @@ repos:
args: ['--django']
- id: requirements-txt-fixer
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.2
hooks:
- id: flake8
additional_dependencies: [flake8-typing-imports==1.10.0]
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
language_version: python3.10
Expand All @@ -25,17 +25,17 @@ repos:
hooks:
- id: autopep8
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v2.37.3
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.0.1
rev: v3.8.2
hooks:
- id: reorder-python-imports
args: [--py3-plus]
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.2.2
rev: v2.2.3
hooks:
- id: add-trailing-comma
args: [--py36-plus]
Expand Down

0 comments on commit 5991d8a

Please sign in to comment.