We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375af76 commit 5cfcab7Copy full SHA for 5cfcab7
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: check-yaml
13
- id: requirements-txt-fixer
14
- repo: https://github.com/pre-commit/mirrors-prettier
15
- rev: v4.0.0-alpha.4
+ rev: v4.0.0-alpha.8
16
hooks:
17
- id: prettier
18
- repo: https://github.com/asottile/setup-cfg-fmt
@@ -34,11 +34,11 @@ repos:
34
## - isort
35
## === ##
36
- repo: https://github.com/PyCQA/isort
37
- rev: 5.13.0
+ rev: 5.13.2
38
39
- id: isort
40
- repo: https://github.com/psf/black
41
- rev: 23.11.0
+ rev: 23.12.1
42
43
- id: black # black-jupyter
44
## >>> black and isort ##
@@ -48,7 +48,7 @@ repos:
48
- id: bandit
49
args: [--recursive, --quiet]
50
- repo: https://github.com/PyCQA/flake8
51
- rev: 6.1.0
+ rev: 7.0.0
52
53
- id: flake8 # E***, W***, F***
54
additional_dependencies:
0 commit comments