Skip to content

Commit 8f212c6

Browse files
[pre-commit.ci] pre-commit autoupdate (#12)
updates: - [github.com/asottile/pyupgrade: v2.14.0 → v2.15.0](asottile/pyupgrade@v2.14.0...v2.15.0) - [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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 70614b7 commit 8f212c6

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
@@ -12,15 +12,15 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v2.14.0
15+
rev: v2.15.0
1616
hooks:
1717
- id: pyupgrade
1818
- repo: https://github.com/PyCQA/isort
1919
rev: 5.8.0
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/psf/black
23-
rev: 21.4b2
23+
rev: 21.5b1
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/asottile/blacken-docs
@@ -43,7 +43,7 @@ repos:
4343
- id: tox-ini-fmt
4444
args: ["-p", "fix"]
4545
- repo: https://github.com/PyCQA/flake8
46-
rev: "3.9.1"
46+
rev: "3.9.2"
4747
hooks:
4848
- id: flake8
4949
additional_dependencies: ["flake8-bugbear == 20.1.4"]

0 commit comments

Comments
 (0)