Skip to content

Commit c9f4e5b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.29.0 → v2.29.1](asottile/pyupgrade@v2.29.0...v2.29.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 → 21.11b1](psf/black@21.9b0...21.11b1) - [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 c9f4e5b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -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.29.1
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.11b1
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)