We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b526fa commit 59e1df4Copy full SHA for 59e1df4
.pre-commit-config.yaml
@@ -1,5 +1,10 @@
1
+# It is recommended to specify the latest version of Python
2
+# supported by your project here
3
+default_language_version:
4
+ python: python3.11
5
repos:
- - repo: https://github.com/psf/black
6
+ # Using this mirror lets us use mypyc-compiled black, which is about 2x faster
7
+ - repo: https://github.com/psf/black-pre-commit-mirror
8
rev: 24.4.2
9
hooks:
10
- id: black
0 commit comments