Skip to content

Commit b6332aa

Browse files
[pre-commit.ci] pre-commit autoupdate (#408)
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 7fbd702 commit b6332aa

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
@@ -10,7 +10,7 @@ repos:
1010
- id: debug-statements
1111
- id: end-of-file-fixer
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.14.0
13+
rev: v2.15.0
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py36-plus]
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: reorder-python-imports
2121
- repo: https://github.com/psf/black
22-
rev: 21.4b2
22+
rev: 21.5b1
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/asottile/blacken-docs
@@ -28,7 +28,7 @@ repos:
2828
- id: blacken-docs
2929
additional_dependencies: [black]
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 3.9.1
31+
rev: 3.9.2
3232
hooks:
3333
- id: flake8
3434
additional_dependencies: [

0 commit comments

Comments
 (0)