We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d57046 commit 6ae08a0Copy full SHA for 6ae08a0
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: autoflake
6
args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
7
- repo: https://github.com/psf/black
8
- rev: 24.1.1
+ rev: 24.2.0
9
hooks:
10
- id: black
11
args: [--safe, --quiet, --target-version, py35]
0 commit comments