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 4b2e72e commit 7ee71e1Copy full SHA for 7ee71e1
.pre-commit-config.yaml
@@ -1,26 +1,26 @@
1
repos:
2
- repo: https://github.com/PyCQA/autoflake
3
- rev: v2.0.0
+ rev: v2.3.1
4
hooks:
5
- id: autoflake
6
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
7
8
- repo: https://github.com/pycqa/isort
9
- rev: 5.11.4
+ rev: 6.0.0
10
11
- id: isort
12
args: ["--profile", "black", "--filter-files"]
13
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.4.0
+ rev: v5.0.0
16
17
- id: trailing-whitespace
18
exclude: ^docs/.*|.*.md
19
- id: end-of-file-fixer
20
21
22
- repo: https://github.com/psf/black
23
- rev: 22.12.0
+ rev: 25.1.0
24
25
- id: black
26
language_version: python3
0 commit comments