Skip to content

Commit 7ff1fc2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.7.4 → v2.12.0](asottile/pyupgrade@v2.7.4...v2.12.0) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.4 → 3.9.1](PyCQA/flake8@3.8.4...3.9.1) - [github.com/pycqa/isort: 5.7.0 → 5.8.0](PyCQA/isort@5.7.0...5.8.0) - [github.com/pre-commit/pygrep-hooks: v1.7.0 → v1.8.0](pre-commit/pygrep-hooks@v1.7.0...v1.8.0)
1 parent f06b20a commit 7ff1fc2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
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.12.0
44
hooks:
55
- id: pyupgrade
66
args: ["--py36-plus"]
@@ -11,19 +11,19 @@ repos:
1111
- id: black
1212
args: ["--target-version", "py36"]
1313

14-
- repo: https://gitlab.com/pycqa/flake8
15-
rev: 3.8.4
14+
- repo: https://github.com/PyCQA/flake8
15+
rev: 3.9.1
1616
hooks:
1717
- id: flake8
1818
additional_dependencies: [flake8-2020]
1919

2020
- repo: https://github.com/pycqa/isort
21-
rev: 5.7.0
21+
rev: 5.8.0
2222
hooks:
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)