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 f851d8f commit 9c69dedCopy full SHA for 9c69ded
.pre-commit-config.yaml
@@ -8,7 +8,7 @@
8
# See https://pre-commit.com/hooks.html for more hooks
9
repos:
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v4.5.0
+ rev: v5.0.0
12
hooks:
13
- id: trailing-whitespace
14
- id: end-of-file-fixer
@@ -26,7 +26,7 @@ repos:
26
- --remove-unused-variables
27
- --remove-all-unused-imports
28
- repo: https://github.com/psf/black
29
- rev: 24.1.1
+ rev: 24.10.0
30
31
- id: black
32
- repo: https://github.com/pycqa/isort
@@ -44,11 +44,11 @@ repos:
44
name: isort (pyi)
45
types: [pyi]
46
- repo: https://github.com/PyCQA/flake8
47
- rev: 7.0.0
+ rev: 7.1.1
48
49
- id: flake8
50
- repo: https://github.com/PyCQA/bandit
51
- rev: 1.7.7
+ rev: 1.7.10
52
53
- id: bandit
54
name: bandit
0 commit comments