Skip to content

Commit 482e6e6

Browse files
authored
Merge pull request #1875 from pallets/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 1059c20 + a146640 commit 482e6e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.14.0
3+
rev: v2.15.0
44
hooks:
55
- id: pyupgrade
66
args: ["--py36-plus"]
@@ -10,11 +10,11 @@ repos:
1010
- id: reorder-python-imports
1111
args: ["--application-directories", "src"]
1212
- repo: https://github.com/psf/black
13-
rev: 21.4b2
13+
rev: 21.5b1
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 3.9.1
17+
rev: 3.9.2
1818
hooks:
1919
- id: flake8
2020
additional_dependencies:

0 commit comments

Comments
 (0)