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.10.0](psf/black@22.6.0...24.10.0)
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v5.0.0](pre-commit/pre-commit-hooks@v4.0.1...v5.0.0)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v2.6.0 → v3.14.0](asottile/reorder-python-imports@v2.6.0...v3.14.0)
- [github.com/asottile/blacken-docs: v1.11.0 → 1.19.0](adamchainz/blacken-docs@v1.11.0...1.19.0)
- [github.com/PyCQA/bandit: 1.7.0 → 1.7.10](PyCQA/bandit@1.7.0...1.7.10)
- [github.com/PyCQA/flake8: 4.0.1 → 7.1.1](PyCQA/flake8@4.0.1...7.1.1)
- [github.com/pre-commit/mirrors-mypy: v0.910-1 → v1.11.2](pre-commit/mirrors-mypy@v0.910-1...v1.11.2)
- [github.com/asottile/pyupgrade: v2.29.0 → v3.18.0](asottile/pyupgrade@v2.29.0...v3.18.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent 058171d commit 404ba8b
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.10.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v5.0.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.14.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/asottile/blacken-docs
rev: v1.11.0
rev: 1.19.0
hooks:
- id: blacken-docs
additional_dependencies: [black==21.9b0]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.0
rev: 1.7.10
hooks:
- id: bandit
exclude: ^tests/
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910-1
rev: v1.11.2
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.18.0
hooks:
- id: pyupgrade

0 comments on commit 404ba8b

Please # to comment.