Skip to content

Commit eb40613

Browse files
[pre-commit.ci] pre-commit autoupdate (#72)
updates: - [github.com/asottile/pyupgrade: v2.12.0 → v2.14.0](asottile/pyupgrade@v2.12.0...v2.14.0) - [github.com/psf/black: 20.8b1 → 21.4b2](psf/black@20.8b1...21.4b2) - [github.com/PyCQA/flake8: 3.9.0 → 3.9.1](PyCQA/flake8@3.9.0...3.9.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent dd1eaa9 commit eb40613

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,7 +12,7 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v2.12.0
15+
rev: v2.14.0
1616
hooks:
1717
- id: pyupgrade
1818
args:
@@ -22,13 +22,13 @@ repos:
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 20.8b1
25+
rev: 21.4b2
2626
hooks:
2727
- id: black
2828
args:
2929
- --safe
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 3.9.0
31+
rev: 3.9.1
3232
hooks:
3333
- id: flake8
3434
additional_dependencies:

0 commit comments

Comments
 (0)