We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f284132 commit 4b4c06eCopy full SHA for 4b4c06e
.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.4.2
5
hooks:
6
- id: black
7
language_version: python3.7
0 commit comments