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 7ef6624 commit dff259fCopy full SHA for dff259f
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
7
8
- repo: https://github.com/pycqa/isort
9
- rev: 6.0.0
+ rev: 6.0.1
10
hooks:
11
- id: isort
12
args: ["--profile", "black", "--filter-files"]
@@ -26,12 +26,12 @@ repos:
26
language_version: python3
27
28
- repo: https://github.com/adrienverge/yamllint.git
29
- rev: v1.35.1
+ rev: v1.37.0
30
31
- id: yamllint
32
args: ["-d", "relaxed"]
33
34
- repo: https://github.com/pycqa/flake8
35
- rev: 7.1.1
+ rev: 7.1.2
36
37
- id: flake8
0 commit comments