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/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
- [github.com/asottile/pyupgrade: v2.29.0 → v3.16.0](asottile/pyupgrade@v2.29.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/asottile/setup-cfg-fmt: v1.19.0 → v2.5.0](asottile/setup-cfg-fmt@v1.19.0...v2.5.0)
- [github.com/psf/black: 21.10b0 → 24.4.2](psf/black@21.10b0...24.4.2)
- [github.com/nbQA-dev/nbQA: 1.1.1 → 1.8.5](nbQA-dev/nbQA@1.1.1...1.8.5)
- [github.com/asottile/blacken-docs: v1.11.0 → 1.18.0](adamchainz/blacken-docs@v1.11.0...1.18.0)
- [github.com/PyCQA/flake8: 4.0.1 → 7.1.0](PyCQA/flake8@4.0.1...7.1.0)
- [github.com/PyCQA/doc8: 0.9.1 → v1.1.1](PyCQA/doc8@0.9.1...v1.1.1)
- [github.com/econchick/interrogate: 1.5.0 → 1.7.0](econchick/interrogate@1.5.0...1.7.0)
- [github.com/mgedmin/check-manifest: 0.47 → 0.49](mgedmin/check-manifest@0.47...0.49)
  • Loading branch information
pre-commit-ci[bot] authored Jul 2, 2024
1 parent aef4bbf commit 8230cac
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 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=25']
Expand All @@ -17,7 +17,7 @@ repos:
args: [--branch, main]
- id: trailing-whitespace
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: python-check-blanket-noqa
- id: python-check-mock-methods
Expand All @@ -28,37 +28,37 @@ repos:
- id: rst-inline-touching-normal
- id: text-unicode-replacement-char
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.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
types: [python]
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.19.0
rev: v2.5.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/psf/black
rev: 21.10b0
rev: 24.4.2
hooks:
- id: black
types: [python]
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.1.1
rev: 1.8.5
hooks:
- id: nbqa-black
- id: nbqa-pyupgrade
- id: nbqa-isort
- repo: https://github.com/asottile/blacken-docs
rev: v1.11.0
rev: 1.18.0
hooks:
- id: blacken-docs
additional_dependencies: [black]
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 7.1.0
hooks:
- id: flake8
types: [python]
Expand All @@ -77,16 +77,16 @@ repos:
Pygments,
]
- repo: https://github.com/PyCQA/doc8
rev: 0.9.1
rev: v1.1.1
hooks:
- id: doc8
- repo: https://github.com/econchick/interrogate
rev: 1.5.0
rev: 1.7.0
hooks:
- id: interrogate
args: [-v, --fail-under=25, src, tests]
- repo: https://github.com/mgedmin/check-manifest
rev: "0.47"
rev: "0.49"
hooks:
- id: check-manifest
- repo: meta
Expand Down

0 comments on commit 8230cac

Please sign in to comment.