We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f284132 commit 2acda39Copy full SHA for 2acda39
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
fail_fast: true
2
repos:
3
- - repo: https://github.com/ambv/black
4
- rev: stable
+ - repo: https://github.com/psf/black
+ rev: 24.8.0
5
hooks:
6
- id: black
7
language_version: python3.7
0 commit comments