Skip to content

Commit d7bcbda

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0) - [github.com/asottile/pyupgrade: v2.29.0 → v2.31.0](asottile/pyupgrade@v2.29.0...v2.31.0) - [github.com/asottile/reorder_python_imports: v2.6.0 → v2.7.1](asottile/reorder-python-imports@v2.6.0...v2.7.1) - [github.com/asottile/setup-cfg-fmt: v1.17.0 → v1.20.0](asottile/setup-cfg-fmt@v1.17.0...v1.20.0) - [github.com/psf/black: 21.9b0 → 22.1.0](psf/black@21.9b0...22.1.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 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) - [github.com/nbQA-dev/nbQA: 1.1.1 → 1.2.3](nbQA-dev/nbQA@1.1.1...1.2.3) - [github.com/PyCQA/doc8: 0.9.1 → 0.10.1](PyCQA/doc8@0.9.1...0.10.1)
1 parent d867f55 commit d7bcbda

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

+9-9
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.1.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.31.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: v2.7.1
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: v1.20.0
4646
hooks:
4747
- id: setup-cfg-fmt
4848
- repo: https://github.com/psf/black
49-
rev: 21.9b0
49+
rev: 22.1.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: 4.0.1
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.2.3
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: 0.10.1
8686
hooks:
8787
- id: doc8
8888
- repo: https://github.com/econchick/interrogate

0 commit comments

Comments
 (0)