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.2.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.2.0...v5.0.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.32.0 → v3.19.0](asottile/pyupgrade@v2.32.0...v3.19.0)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v3.0.1 → v3.14.0](asottile/reorder-python-imports@v3.0.1...v3.14.0)
- [github.com/asottile/setup-cfg-fmt: v1.20.0 → v2.7.0](asottile/setup-cfg-fmt@v1.20.0...v2.7.0)
- [github.com/psf/black: 22.3.0 → 24.10.0](psf/black@22.3.0...24.10.0)
- [github.com/PyCQA/flake8: 4.0.1 → 7.1.1](PyCQA/flake8@4.0.1...7.1.1)
- [github.com/guilatrova/tryceratops: v1.0.1 → v2.4.1](guilatrova/tryceratops@v1.0.1...v2.4.1)
- [github.com/codespell-project/codespell: v2.1.0 → v2.3.0](codespell-project/codespell@v2.1.0...v2.3.0)
- [github.com/executablebooks/mdformat: 0.7.14 → 0.7.18](hukkin/mdformat@0.7.14...0.7.18)
- [github.com/executablebooks/mdformat: 0.7.14 → 0.7.18](hukkin/mdformat@0.7.14...0.7.18)
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent 554d8cb commit f4d783d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 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.2.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -15,7 +15,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 @@ -24,24 +24,24 @@ repos:
- id: python-use-type-annotations
- id: text-unicode-replacement-char
- repo: https://github.com/asottile/pyupgrade
rev: v2.32.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.0.1
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.14.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.20.0
rev: v2.7.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies: [
Expand All @@ -61,7 +61,7 @@ repos:
Pygments,
]
- repo: https://github.com/guilatrova/tryceratops
rev: v1.0.1
rev: v2.4.1
hooks:
- id: tryceratops
# - repo: https://github.com/econchick/interrogate
Expand All @@ -70,12 +70,12 @@ repos:
# - id: interrogate
# args: [-v, --fail-under=40]
- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.3.0
hooks:
- id: codespell
args: [--skip, "*.(html|ipynb)"]
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.14
rev: 0.7.18
hooks:
- id: mdformat
additional_dependencies: [
Expand All @@ -85,7 +85,7 @@ repos:
args: [--wrap, "88"]
files: (README.md)
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.14
rev: 0.7.18
hooks:
- id: mdformat
additional_dependencies: [
Expand Down

0 comments on commit f4d783d

Please sign in to comment.