Skip to content

Commit fed5476

Browse files
pre-commit-ci[bot]lcnittl
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
1 parent f0b4c11 commit fed5476

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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.3.0
3+
rev: v3.4.0
44
hooks:
55
- id: check-case-conflict
66
- id: check-merge-conflict
@@ -11,12 +11,12 @@ repos:
1111
- id: check-yaml
1212
- id: requirements-txt-fixer
1313
- repo: https://github.com/pre-commit/mirrors-prettier
14-
rev: v2.1.2
14+
rev: v2.2.1
1515
hooks:
1616
- id: prettier
1717
args: [--prose-wrap=always, --print-width=88]
1818
- repo: https://github.com/mgedmin/check-manifest
19-
rev: "0.45"
19+
rev: "0.46"
2020
hooks:
2121
- id: check-manifest
2222
args: [--no-build-isolation]
@@ -28,14 +28,14 @@ repos:
2828
name: isort seed config
2929
always_run: false
3030
types: [python]
31-
- repo: https://github.com/timothycrosley/isort
32-
rev: 5.6.4
31+
- repo: https://github.com/PyCQA/isort
32+
rev: 5.7.0
3333
hooks:
3434
- id: isort
3535
additional_dependencies:
3636
- toml
3737
- repo: https://github.com/asottile/setup-cfg-fmt
38-
rev: v1.15.1
38+
rev: v1.16.0
3939
hooks:
4040
- id: setup-cfg-fmt
4141
- repo: https://github.com/asottile/pyupgrade
@@ -48,7 +48,7 @@ repos:
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/PyCQA/bandit
51-
rev: 1.6.2
51+
rev: 1.7.0
5252
hooks:
5353
- id: bandit
5454
args: [--recursive, --quiet, --skip=B322]

0 commit comments

Comments
 (0)