Skip to content

Commit 51900ec

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/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 → 21.12b0](psf/black@21.9b0...21.12b0) - [github.com/asottile/blacken-docs: v1.11.0 → v1.12.0](adamchainz/blacken-docs@v1.11.0...v1.12.0) - [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.2](nbQA-dev/nbQA@1.1.1...1.2.2) - [github.com/PyCQA/doc8: 0.9.1 → 0.10.1](PyCQA/doc8@0.9.1...0.10.1)
1 parent d867f55 commit 51900ec

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
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,7 +32,7 @@ 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]
@@ -42,21 +42,21 @@ repos:
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: 21.12b0
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.0
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.2
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)