Skip to content

Commit 5301edb

Browse files
authored
Merge pull request pallets-eco#989 from pallets/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 9b1d48f + dcdbeac commit 5301edb

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)