Skip to content

Commit b57a280

Browse files
pre commit version fix
1 parent 5e44f52 commit b57a280

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ repos:
4141
exclude: ^src/dmss_api/
4242

4343
- repo: https://github.com/PyCQA/bandit
44-
rev: 1.7.5
44+
rev: 1.9.4
4545
hooks:
4646
- id: bandit
4747
args: [-l, --recursive, -x, tests]
4848
files: ^.*\.py$
4949
exclude: ^src/dmss_api/
5050

5151
- repo: https://github.com/hadialqattan/pycln
52-
rev: v2.2.2
52+
rev: v2.6.0
5353
hooks:
5454
- id: pycln
5555
args: [--config=pyproject.toml]

0 commit comments

Comments
 (0)