We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7d587 commit 610aa68Copy full SHA for 610aa68
.pre-commit-config.yaml
@@ -51,7 +51,7 @@ repos:
51
- hooks:
52
- id: black
53
repo: https://github.com/psf/black
54
- rev: 24.10.0
+ rev: 25.1.0
55
- repo: https://github.com/pre-commit/mirrors-prettier
56
hooks:
57
- id: prettier
@@ -71,7 +71,7 @@ repos:
71
# - id: prospector
72
# exclude: ^(tests)/.+\.py$
73
- repo: https://github.com/PyCQA/bandit
74
- rev: 1.7.10
+ rev: 1.8.6
75
76
- id: bandit
77
args:
@@ -92,7 +92,7 @@ repos:
92
# pass_filenames: false
93
# always_run: true
94
- repo: https://github.com/floatingpurr/sync_with_poetry
95
- rev: "1.2.0" # the revision or tag to clone at
+ rev: "1.2.1" # the revision or tag to clone at
96
97
- id: sync_with_poetry
98
args: [] # optional args
0 commit comments