Skip to content

Commit ab5eff8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.4b2 → 21.5b1](psf/black@21.4b2...21.5b1) - [github.com/PyCQA/flake8: 3.9.1 → 3.9.2](PyCQA/flake8@3.9.1...3.9.2) - [github.com/asottile/pyupgrade: v2.14.0 → v2.15.0](asottile/pyupgrade@v2.14.0...v2.15.0)
1 parent 0972a10 commit ab5eff8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^(tests/data/)
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 21.4b2
4+
rev: 21.5b1
55
hooks:
66
- id: black
77
args: [-S, --line-length=79, --safe, --quiet]
@@ -17,7 +17,7 @@ repos:
1717
- id: requirements-txt-fixer
1818
- id: double-quote-string-fixer
1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 3.9.1
20+
rev: 3.9.2
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/pre-commit/mirrors-autopep8
@@ -30,7 +30,7 @@ repos:
3030
- id: reorder-python-imports
3131
args: [--py3-plus]
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v2.14.0
33+
rev: v2.15.0
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py36-plus]

0 commit comments

Comments
 (0)