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 08b4de7 commit 98393f5Copy full SHA for 98393f5
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
repos:
3
- repo: https://github.com/PyCQA/bandit
4
- rev: 1.7.8
+ rev: 1.7.9
5
hooks:
6
- id: bandit
7
exclude: /.*tests/
@@ -13,7 +13,7 @@ repos:
13
language_version: python3.8
14
15
- repo: https://github.com/pycqa/flake8
16
- rev: 7.0.0
+ rev: 7.1.0
17
18
- id: flake8
19
args:
@@ -56,7 +56,7 @@ repos:
56
- "--strict"
57
58
- repo: https://github.com/asottile/pyupgrade
59
- rev: v3.15.2
+ rev: v3.16.0
60
61
- id: pyupgrade
62
args: [--py38-plus]
0 commit comments