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.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0)
- [github.com/asottile/pyupgrade: v2.26.0 → v3.16.0](asottile/pyupgrade@v2.26.0...v3.16.0)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v2.6.0 → v3.13.0](asottile/reorder-python-imports@v2.6.0...v3.13.0)
- [github.com/psf/black: 22.3.0 → 24.4.2](psf/black@22.3.0...24.4.2)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.16.0](adamchainz/blacken-docs@v1.12.1...1.16.0)
- [github.com/PyCQA/flake8: 3.9.2 → 7.1.0](PyCQA/flake8@3.9.2...7.1.0)
- [github.com/PyCQA/doc8: 0.9.0 → v1.1.1](PyCQA/doc8@0.9.0...v1.1.1)
  • Loading branch information
pre-commit-ci[bot] committed Jun 17, 2024
1 parent 91e8a19 commit c702493
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.0.1
rev: v4.6.0
hooks:
- id: check-added-large-files
args: ['--maxkb=100']
Expand All @@ -10,25 +10,25 @@ repos:
- id: debug-statements
- id: end-of-file-fixer
- repo: https://github.com/asottile/pyupgrade
rev: v2.26.0
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.6.0
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.13.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black]
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 7.1.0
hooks:
- id: flake8
additional_dependencies: [
Expand All @@ -47,7 +47,7 @@ repos:
Pygments,
]
- repo: https://github.com/PyCQA/doc8
rev: 0.9.0
rev: v1.1.1
hooks:
- id: doc8
# - repo: https://github.com/codespell-project/codespell
Expand Down

0 comments on commit c702493

Please sign in to comment.