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