Skip to content

Commit 23107a6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.4...v4.0.0-alpha.8) - [github.com/PyCQA/isort: 5.13.0 → 5.13.2](PyCQA/isort@5.13.0...5.13.2) - [github.com/psf/black: 23.11.0 → 24.2.0](psf/black@23.11.0...24.2.0) - [github.com/PyCQA/bandit: 1.7.6 → 1.7.7](PyCQA/bandit@1.7.6...1.7.7) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
1 parent 375af76 commit 23107a6

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
@@ -12,7 +12,7 @@ repos:
1212
- id: check-yaml
1313
- id: requirements-txt-fixer
1414
- repo: https://github.com/pre-commit/mirrors-prettier
15-
rev: v4.0.0-alpha.4
15+
rev: v4.0.0-alpha.8
1616
hooks:
1717
- id: prettier
1818
- repo: https://github.com/asottile/setup-cfg-fmt
@@ -34,21 +34,21 @@ repos:
3434
## - isort
3535
## === ##
3636
- repo: https://github.com/PyCQA/isort
37-
rev: 5.13.0
37+
rev: 5.13.2
3838
hooks:
3939
- id: isort
4040
- repo: https://github.com/psf/black
41-
rev: 23.11.0
41+
rev: 24.2.0
4242
hooks:
4343
- id: black # black-jupyter
4444
## >>> black and isort ##
4545
- repo: https://github.com/PyCQA/bandit
46-
rev: 1.7.6
46+
rev: 1.7.7
4747
hooks:
4848
- id: bandit
4949
args: [--recursive, --quiet]
5050
- repo: https://github.com/PyCQA/flake8
51-
rev: 6.1.0
51+
rev: 7.0.0
5252
hooks:
5353
- id: flake8 # E***, W***, F***
5454
additional_dependencies:

0 commit comments

Comments
 (0)