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 dafbb59 commit a85f08fCopy full SHA for a85f08f
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
4
repos:
5
- repo: https://github.com/PyCQA/bandit
6
- rev: 1.7.10
+ rev: 1.8.3
7
hooks:
8
- id: bandit
9
additional_dependencies: ['toml']
@@ -25,23 +25,23 @@ repos:
25
- id: check-merge-conflict
26
27
- repo: https://github.com/codespell-project/codespell
28
- rev: v2.3.0
+ rev: v2.4.1
29
30
- id: codespell
31
32
- repo: https://github.com/pycqa/isort
33
- rev: 5.13.2
+ rev: 6.0.1
34
35
- id: isort
36
37
- repo: https://github.com/PyCQA/flake8
38
- rev: 7.1.1
+ rev: 7.2.0
39
40
- id: flake8
41
additional_dependencies:
42
- flake8-bugbear
43
44
- repo: https://github.com/psf/black
45
- rev: 24.10.0
+ rev: 25.1.0
46
47
- id: black
0 commit comments