Skip to content

Commit 6e0e240

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0) - [github.com/pre-commit/mirrors-prettier: v2.5.0 → v2.5.1](pre-commit/mirrors-prettier@v2.5.0...v2.5.1) - [github.com/psf/black: 21.11b1 → 21.12b0](psf/black@21.11b1...21.12b0)
1 parent 3744b5d commit 6e0e240

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.1.0
44
hooks:
55
- id: check-case-conflict
66
- id: check-merge-conflict
@@ -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.5.0
14+
rev: v2.5.1
1515
hooks:
1616
- id: prettier
1717
- repo: https://github.com/PyCQA/isort
@@ -30,7 +30,7 @@ repos:
3030
- id: pyupgrade
3131
args: [--py37-plus]
3232
- repo: https://github.com/psf/black
33-
rev: 21.11b1
33+
rev: 21.12b0
3434
hooks:
3535
- id: black
3636
- repo: https://github.com/PyCQA/bandit

0 commit comments

Comments
 (0)