Skip to content

Commit 404a0ac

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.3.0](pre-commit/pre-commit-hooks@v4.0.1...v4.3.0) - [github.com/asottile/pyupgrade: v2.29.0 → v2.38.0](asottile/pyupgrade@v2.29.0...v2.38.0) - [github.com/asottile/reorder_python_imports: v2.6.0 → v3.8.2](asottile/reorder-python-imports@v2.6.0...v3.8.2) - [github.com/asottile/setup-cfg-fmt: v1.17.0 → v2.0.0](asottile/setup-cfg-fmt@v1.17.0...v2.0.0) - [github.com/psf/black: 21.9b0 → 22.8.0](psf/black@21.9b0...22.8.0) - [github.com/asottile/blacken-docs: v1.11.0 → v1.12.1](adamchainz/blacken-docs@v1.11.0...v1.12.1) - [github.com/PyCQA/flake8: 3.9.2 → 5.0.4](PyCQA/flake8@3.9.2...5.0.4) - [github.com/nbQA-dev/nbQA: 1.1.1 → 1.5.0](nbQA-dev/nbQA@1.1.1...1.5.0) - [github.com/PyCQA/doc8: 0.9.1 → v1.0.0](PyCQA/doc8@0.9.1...v1.0.0) - [github.com/codespell-project/codespell: v2.1.0 → v2.2.1](codespell-project/codespell@v2.1.0...v2.2.1) - [github.com/mgedmin/check-manifest: 0.47 → 0.48](mgedmin/check-manifest@0.47...0.48)
1 parent d867f55 commit 404a0ac

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

+11-11
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.0.1
3+
rev: v4.3.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=500']
@@ -32,31 +32,31 @@ repos:
3232
- id: text-unicode-replacement-char
3333
exclude_types: [jupyter]
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v2.29.0
35+
rev: v2.38.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py36-plus]
3939
- repo: https://github.com/asottile/reorder_python_imports
40-
rev: v2.6.0
40+
rev: v3.8.2
4141
hooks:
4242
- id: reorder-python-imports
4343
types: [python]
4444
- repo: https://github.com/asottile/setup-cfg-fmt
45-
rev: v1.17.0
45+
rev: v2.0.0
4646
hooks:
4747
- id: setup-cfg-fmt
4848
- repo: https://github.com/psf/black
49-
rev: 21.9b0
49+
rev: 22.8.0
5050
hooks:
5151
- id: black
5252
types: [python]
5353
- repo: https://github.com/asottile/blacken-docs
54-
rev: v1.11.0
54+
rev: v1.12.1
5555
hooks:
5656
- id: blacken-docs
5757
additional_dependencies: [black]
5858
- repo: https://github.com/PyCQA/flake8
59-
rev: 3.9.2
59+
rev: 5.0.4
6060
hooks:
6161
- id: flake8
6262
types: [python]
@@ -76,13 +76,13 @@ repos:
7676
Pygments,
7777
]
7878
- repo: https://github.com/nbQA-dev/nbQA
79-
rev: 1.1.1
79+
rev: 1.5.0
8080
hooks:
8181
- id: nbqa-black
8282
- id: nbqa-pyupgrade
8383
- id: nbqa-isort
8484
- repo: https://github.com/PyCQA/doc8
85-
rev: 0.9.1
85+
rev: v1.0.0
8686
hooks:
8787
- id: doc8
8888
- repo: https://github.com/econchick/interrogate
@@ -92,13 +92,13 @@ repos:
9292
args: [-v, --fail-under=78, src]
9393
pass_filenames: false
9494
- repo: https://github.com/codespell-project/codespell
95-
rev: v2.1.0
95+
rev: v2.2.1
9696
hooks:
9797
- id: codespell
9898
exclude: \.ipynb
9999
args: [-L effekt, -L unparseable]
100100
- repo: https://github.com/mgedmin/check-manifest
101-
rev: "0.47"
101+
rev: "0.48"
102102
hooks:
103103
- id: check-manifest
104104
- repo: meta

0 commit comments

Comments
 (0)