Skip to content

Commit 9a28444

Browse files
[pre-commit.ci] pre-commit autoupdate
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.1](asottile/pyupgrade@v2.32.0...v3.19.1) - 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.4.0](codespell-project/codespell@v2.1.0...v2.4.0) - [github.com/executablebooks/mdformat: 0.7.14 → 0.7.21](hukkin/mdformat@0.7.14...0.7.21) - [github.com/executablebooks/mdformat: 0.7.14 → 0.7.21](hukkin/mdformat@0.7.14...0.7.21)
1 parent 554d8cb commit 9a28444

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.pre-commit-config.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.2.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -15,7 +15,7 @@ repos:
1515
# args: [--branch, main]
1616
- id: trailing-whitespace
1717
- repo: https://github.com/pre-commit/pygrep-hooks
18-
rev: v1.9.0
18+
rev: v1.10.0
1919
hooks:
2020
- id: python-check-blanket-noqa
2121
- id: python-check-mock-methods
@@ -24,24 +24,24 @@ repos:
2424
- id: python-use-type-annotations
2525
- id: text-unicode-replacement-char
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v2.32.0
27+
rev: v3.19.1
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py37-plus]
31-
- repo: https://github.com/asottile/reorder_python_imports
32-
rev: v3.0.1
31+
- repo: https://github.com/asottile/reorder-python-imports
32+
rev: v3.14.0
3333
hooks:
3434
- id: reorder-python-imports
3535
- repo: https://github.com/asottile/setup-cfg-fmt
36-
rev: v1.20.0
36+
rev: v2.7.0
3737
hooks:
3838
- id: setup-cfg-fmt
3939
- repo: https://github.com/psf/black
40-
rev: 22.3.0
40+
rev: 24.10.0
4141
hooks:
4242
- id: black
4343
- repo: https://github.com/PyCQA/flake8
44-
rev: 4.0.1
44+
rev: 7.1.1
4545
hooks:
4646
- id: flake8
4747
additional_dependencies: [
@@ -61,7 +61,7 @@ repos:
6161
Pygments,
6262
]
6363
- repo: https://github.com/guilatrova/tryceratops
64-
rev: v1.0.1
64+
rev: v2.4.1
6565
hooks:
6666
- id: tryceratops
6767
# - repo: https://github.com/econchick/interrogate
@@ -70,12 +70,12 @@ repos:
7070
# - id: interrogate
7171
# args: [-v, --fail-under=40]
7272
- repo: https://github.com/codespell-project/codespell
73-
rev: v2.1.0
73+
rev: v2.4.0
7474
hooks:
7575
- id: codespell
7676
args: [--skip, "*.(html|ipynb)"]
7777
- repo: https://github.com/executablebooks/mdformat
78-
rev: 0.7.14
78+
rev: 0.7.21
7979
hooks:
8080
- id: mdformat
8181
additional_dependencies: [
@@ -85,7 +85,7 @@ repos:
8585
args: [--wrap, "88"]
8686
files: (README.md)
8787
- repo: https://github.com/executablebooks/mdformat
88-
rev: 0.7.14
88+
rev: 0.7.21
8989
hooks:
9090
- id: mdformat
9191
additional_dependencies: [

0 commit comments

Comments
 (0)