Skip to content

Commit 4ab0df7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/setup-cfg-fmt: v1.17.0 → v1.18.0](asottile/setup-cfg-fmt@v1.17.0...v1.18.0) - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) - [github.com/PyCQA/isort: 5.8.0 → 5.9.3](PyCQA/isort@5.8.0...5.9.3) - [github.com/psf/black: 21.5b2 → 21.9b0](psf/black@21.5b2...21.9b0) - [github.com/asottile/pyupgrade: v2.19.0 → v2.29.0](asottile/pyupgrade@v2.19.0...v2.29.0)
1 parent 89420af commit 4ab0df7

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
@@ -7,11 +7,11 @@ repos:
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- repo: https://github.com/asottile/setup-cfg-fmt
10-
rev: v1.17.0
10+
rev: v1.18.0
1111
hooks:
1212
- id: setup-cfg-fmt
1313
- repo: https://github.com/PyCQA/flake8
14-
rev: 3.9.2
14+
rev: 4.0.1
1515
hooks:
1616
- id: flake8
1717
additional_dependencies: [flake8-typing-imports==1.7.0]
@@ -21,15 +21,15 @@ repos:
2121
- id: autoflake
2222
args: ["--in-place", "--remove-all-unused-imports"]
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.8.0
24+
rev: 5.9.3
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/psf/black
28-
rev: 21.5b2
28+
rev: 21.9b0
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v2.19.0
32+
rev: v2.29.0
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py37-plus]

0 commit comments

Comments
 (0)