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/psf/black: 22.6.0 → 24.4.2](psf/black@22.6.0...24.4.2)
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.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/asottile/blacken-docs: v1.11.0 → 1.18.0](adamchainz/blacken-docs@v1.11.0...1.18.0)
- [github.com/PyCQA/bandit: 1.7.0 → 1.7.9](PyCQA/bandit@1.7.0...1.7.9)
- [github.com/PyCQA/flake8: 4.0.1 → 7.1.0](PyCQA/flake8@4.0.1...7.1.0)
- [github.com/pre-commit/mirrors-mypy: v0.910-1 → v1.11.0](pre-commit/mirrors-mypy@v0.910-1...v1.11.0)
- [github.com/asottile/pyupgrade: v2.29.0 → v3.16.0](asottile/pyupgrade@v2.29.0...v3.16.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 22, 2024
1 parent 058171d commit 1e21a32
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.6.0
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
Expand All @@ -18,30 +18,30 @@ repos:
- id: end-of-file-fixer
- id: mixed-line-ending
- id: name-tests-test
- 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/asottile/blacken-docs
rev: v1.11.0
rev: 1.18.0
hooks:
- id: blacken-docs
additional_dependencies: [black==21.9b0]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.0
rev: 1.7.9
hooks:
- id: bandit
exclude: ^tests/
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 7.1.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910-1
rev: v1.11.0
hooks:
- id: mypy
additional_dependencies: [pydantic==1.8.2, types-requests==2.25.11, types-markdown==3.3.6]
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
rev: v3.16.0
hooks:
- id: pyupgrade

0 comments on commit 1e21a32

Please # to comment.