Skip to content

Commit 083900e

Browse files
[pre-commit.ci] pre-commit autoupdate
1 parent f06b20a commit 083900e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.7.4
3+
rev: v2.10.0
44
hooks:
55
- id: pyupgrade
66
args: ["--py36-plus"]
@@ -12,7 +12,7 @@ repos:
1212
args: ["--target-version", "py36"]
1313

1414
- repo: https://gitlab.com/pycqa/flake8
15-
rev: 3.8.4
15+
rev: 3.9.0
1616
hooks:
1717
- id: flake8
1818
additional_dependencies: [flake8-2020]
@@ -23,7 +23,7 @@ repos:
2323
- id: isort
2424

2525
- repo: https://github.com/pre-commit/pygrep-hooks
26-
rev: v1.7.0
26+
rev: v1.8.0
2727
hooks:
2828
- id: python-check-blanket-noqa
2929

0 commit comments

Comments
 (0)