Skip to content

Commit 29b8ea4

Browse files
[pre-commit.ci] pre-commit autoupdate
1 parent 42966a3 commit 29b8ea4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: rst-inline-touching-normal
2525
- id: text-unicode-replacement-char
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v2.10.0
27+
rev: v2.11.0
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py36-plus]
@@ -37,12 +37,12 @@ repos:
3737
hooks:
3838
- id: black
3939
- repo: https://github.com/asottile/blacken-docs
40-
rev: v1.9.2
40+
rev: v1.10.0
4141
hooks:
4242
- id: blacken-docs
4343
additional_dependencies: [black]
4444
- repo: https://gitlab.com/pycqa/flake8
45-
rev: 3.8.4
45+
rev: 3.9.0
4646
hooks:
4747
- id: flake8
4848
additional_dependencies: [

0 commit comments

Comments
 (0)