Skip to content

Commit 6296e1e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v2.3.0 → v2.3.2](pre-commit/mirrors-prettier@v2.3.0...v2.3.2) - [github.com/PyCQA/isort: 5.8.0 → 5.9.3](PyCQA/isort@5.8.0...5.9.3) - [github.com/asottile/pyupgrade: v2.19.0 → v2.24.0](asottile/pyupgrade@v2.19.0...v2.24.0) - [github.com/psf/black: 21.5b2 → 21.7b0](psf/black@21.5b2...21.7b0)
1 parent 142cdb7 commit 6296e1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: check-yaml
1212
- id: requirements-txt-fixer
1313
- repo: https://github.com/pre-commit/mirrors-prettier
14-
rev: v2.3.0
14+
rev: v2.3.2
1515
hooks:
1616
- id: prettier
1717
- repo: https://github.com/asottile/seed-isort-config
@@ -22,7 +22,7 @@ repos:
2222
always_run: false
2323
types: [python]
2424
- repo: https://github.com/PyCQA/isort
25-
rev: 5.8.0
25+
rev: 5.9.3
2626
hooks:
2727
- id: isort
2828
additional_dependencies:
@@ -32,12 +32,12 @@ repos:
3232
hooks:
3333
- id: setup-cfg-fmt
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v2.19.0
35+
rev: v2.24.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py37-plus]
3939
- repo: https://github.com/psf/black
40-
rev: 21.5b2
40+
rev: 21.7b0
4141
hooks:
4242
- id: black
4343
- repo: https://github.com/PyCQA/bandit

0 commit comments

Comments
 (0)