Skip to content

Commit 5550b82

Browse files
pre-commit-ci[bot]lcnittl
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1) - [github.com/pre-commit/mirrors-prettier: v2.2.1 → v2.3.0](pre-commit/mirrors-prettier@v2.2.1...v2.3.0) - [github.com/asottile/pyupgrade: v2.14.0 → v2.19.0](asottile/pyupgrade@v2.14.0...v2.19.0) - [github.com/psf/black: 21.4b2 → 21.5b2](psf/black@21.4b2...21.5b2) - [github.com/PyCQA/flake8: 3.9.1 → 3.9.2](PyCQA/flake8@3.9.1...3.9.2)
1 parent 7cec308 commit 5550b82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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: v3.4.0
3+
rev: v4.0.1
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.2.1
14+
rev: v2.3.0
1515
hooks:
1616
- id: prettier
1717
- repo: https://github.com/asottile/seed-isort-config
@@ -32,12 +32,12 @@ repos:
3232
hooks:
3333
- id: setup-cfg-fmt
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v2.14.0
35+
rev: v2.19.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py36-plus]
3939
- repo: https://github.com/psf/black
40-
rev: 21.4b2
40+
rev: 21.5b2
4141
hooks:
4242
- id: black
4343
- repo: https://github.com/PyCQA/bandit
@@ -46,7 +46,7 @@ repos:
4646
- id: bandit
4747
args: [--recursive, --quiet]
4848
- repo: https://github.com/PyCQA/flake8
49-
rev: 3.9.1
49+
rev: 3.9.2
5050
hooks:
5151
- id: flake8 # E***, W***, F***
5252
additional_dependencies:

0 commit comments

Comments
 (0)