Skip to content

Commit f7ae5a4

Browse files
[pre-commit.ci] pre-commit autoupdate
1 parent 3ad16d5 commit f7ae5a4

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
@@ -30,7 +30,7 @@ repos:
3030
- id: rst-inline-touching-normal
3131
- id: text-unicode-replacement-char
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v2.10.0
33+
rev: v2.11.0
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py36-plus]
@@ -43,12 +43,12 @@ repos:
4343
hooks:
4444
- id: black
4545
- repo: https://github.com/asottile/blacken-docs
46-
rev: v1.9.2
46+
rev: v1.10.0
4747
hooks:
4848
- id: blacken-docs
4949
additional_dependencies: [black]
50-
- repo: https://gitlab.com/pycqa/flake8
51-
rev: 3.8.4
50+
- repo: https://github.com/PyCQA/flake8
51+
rev: 3.9.0
5252
hooks:
5353
- id: flake8
5454
types: [python]

0 commit comments

Comments
 (0)