We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7a427 commit 9f11451Copy full SHA for 9f11451
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/PyCQA/autoflake
3
- rev: v2.1.1
+ rev: v2.2.1
4
hooks:
5
- id: autoflake
6
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
@@ -12,15 +12,15 @@ repos:
12
args: ["--profile", "black", "--filter-files"]
13
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.4.0
+ rev: v4.5.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: 23.3.0
+ rev: 23.9.1
24
25
- id: black
26
language_version: python3
0 commit comments