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.
2 parents 83bd7d7 + 5b12afd commit b4fe410Copy full SHA for b4fe410
.pre-commit-config.yaml
@@ -1,26 +1,26 @@
1
repos:
2
- - repo: https://github.com/myint/autoflake
3
- rev: v1.4
+ - repo: https://github.com/PyCQA/autoflake
+ rev: v2.0.0
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.10.1
+ rev: 5.11.4
10
11
- id: isort
12
args: ["--profile", "black", "--filter-files"]
13
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.2.0
+ rev: v4.4.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.3.0
+ rev: 22.12.0
24
25
- id: black
26
language_version: python3
0 commit comments