We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c32ba commit aa8cd7aCopy full SHA for aa8cd7a
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
# See https://pre-commit.com for more information
2
# See https://pre-commit.com/hooks.html for more hooks
3
default_language_version:
4
- python: python3.11
+ python: python3.12
5
default_stages: [pre-commit, pre-push]
6
repos:
7
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -43,7 +43,7 @@ repos:
43
args:
44
- --line-length=120
45
- repo: https://github.com/PyCQA/bandit
46
- rev: '1.7.10'
+ rev: '1.8.0'
47
hooks:
48
- id: bandit
49
- repo: https://github.com/PyCQA/isort
0 commit comments