Skip to content

Commit 932a215

Browse files
[pre-commit.ci] pre-commit autoupdate
1 parent 48ea085 commit 932a215

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
@@ -22,7 +22,7 @@ repos:
2222
- id: rst-inline-touching-normal
2323
- id: text-unicode-replacement-char
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v2.10.0
25+
rev: v2.12.0
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py36-plus]
@@ -35,12 +35,12 @@ repos:
3535
hooks:
3636
- id: black
3737
- repo: https://github.com/asottile/blacken-docs
38-
rev: v1.9.2
38+
rev: v1.10.0
3939
hooks:
4040
- id: blacken-docs
4141
additional_dependencies: [black]
42-
- repo: https://gitlab.com/pycqa/flake8
43-
rev: 3.8.4
42+
- repo: https://github.com/PyCQA/flake8
43+
rev: 3.9.0
4444
hooks:
4545
- id: flake8
4646
types: [python]

0 commit comments

Comments
 (0)