Skip to content

Commit e9fe350

Browse files
pre-commit-ci[bot]lcnittl
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0) - [github.com/pre-commit/mirrors-prettier: v2.5.1 → v2.6.2](pre-commit/mirrors-prettier@v2.5.1...v2.6.2) - [github.com/asottile/setup-cfg-fmt: v1.20.0 → v1.20.1](asottile/setup-cfg-fmt@v1.20.0...v1.20.1) - [github.com/asottile/pyupgrade: v2.31.0 → v2.32.0](asottile/pyupgrade@v2.31.0...v2.32.0) - [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0) - [github.com/PyCQA/bandit: 1.7.2 → 1.7.4](PyCQA/bandit@1.7.2...1.7.4) - https://gitlab.com/PyCQA/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1)
1 parent 13876c2 commit e9fe350

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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.1.0
3+
rev: v4.2.0
44
hooks:
55
- id: check-case-conflict
66
- id: check-merge-conflict
@@ -12,15 +12,15 @@ repos:
1212
- id: check-yaml
1313
- id: requirements-txt-fixer
1414
- repo: https://github.com/pre-commit/mirrors-prettier
15-
rev: v2.5.1
15+
rev: v2.6.2
1616
hooks:
1717
- id: prettier
1818
- repo: https://github.com/asottile/setup-cfg-fmt
19-
rev: v1.20.0
19+
rev: v1.20.1
2020
hooks:
2121
- id: setup-cfg-fmt
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v2.31.0
23+
rev: v2.32.0
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py37-plus]
@@ -38,17 +38,17 @@ repos:
3838
hooks:
3939
- id: isort
4040
- repo: https://github.com/psf/black
41-
rev: 22.1.0
41+
rev: 22.3.0
4242
hooks:
4343
- id: black # black-jupyter
4444
## >>> black and isort ##
4545
- repo: https://github.com/PyCQA/bandit
46-
rev: 1.7.2
46+
rev: 1.7.4
4747
hooks:
4848
- id: bandit
4949
args: [--recursive, --quiet]
50-
- repo: https://gitlab.com/PyCQA/flake8
51-
rev: 3.9.2
50+
- repo: https://github.com/PyCQA/flake8
51+
rev: 4.0.1
5252
hooks:
5353
- id: flake8 # E***, W***, F***
5454
additional_dependencies:

0 commit comments

Comments
 (0)