We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6719dfd commit c7d8609Copy full SHA for c7d8609
.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: 23.1.0
+ rev: 23.3.0
9
hooks:
10
- id: black
11
args: [--safe, --quiet, --target-version, py35]
0 commit comments