Skip to content

Commit dcdbeac

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.20.0 → v2.23.1](asottile/pyupgrade@v2.20.0...v2.23.1) - [github.com/asottile/reorder_python_imports: v2.5.0 → v2.6.0](asottile/reorder-python-imports@v2.5.0...v2.6.0) - [github.com/psf/black: 21.6b0 → 21.7b0](psf/black@21.6b0...21.7b0)
1 parent 9b1d48f commit dcdbeac

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
@@ -2,18 +2,18 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v2.20.0
5+
rev: v2.23.1
66
hooks:
77
- id: pyupgrade
88
args: ["--py36-plus"]
99
- repo: https://github.com/asottile/reorder_python_imports
10-
rev: v2.5.0
10+
rev: v2.6.0
1111
hooks:
1212
- id: reorder-python-imports
1313
files: "^(?!examples/)"
1414
args: ["--application-directories", "src"]
1515
- repo: https://github.com/psf/black
16-
rev: 21.6b0
16+
rev: 21.7b0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)