Skip to content

Commit 3943c26

Browse files
committed
Bump checkers and pre-commit
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 6b1cc14 commit 3943c26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
hooks:
3030
- id: rst-backticks
3131
- repo: https://github.com/psf/black
32-
rev: 21.10b0
32+
rev: 21.11b0
3333
hooks:
3434
- id: black
3535
args: [--safe]
@@ -49,7 +49,7 @@ repos:
4949
rev: v1.11.0
5050
hooks:
5151
- id: blacken-docs
52-
additional_dependencies: [black==21.10b0]
52+
additional_dependencies: [black==21.11b0]
5353
- repo: https://github.com/asottile/setup-cfg-fmt
5454
rev: v1.19.0
5555
hooks:
@@ -66,9 +66,9 @@ repos:
6666
additional_dependencies:
6767
- flake8-bugbear==21.9.2
6868
- flake8-comprehensions==3.7
69-
- flake8-pytest-style==1.5
69+
- flake8-pytest-style==1.5.1
7070
- flake8-spellcheck==0.24
71-
- flake8-unused-arguments==0.0.6
71+
- flake8-unused-arguments==0.0.8
7272
- flake8-noqa==1.2
7373
- pep8-naming==0.12.1
7474
- repo: https://github.com/igorshubovych/markdownlint-cli

0 commit comments

Comments
 (0)