We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd58ee9 commit b4d4acfCopy full SHA for b4d4acf
1 file changed
.pre-commit-config.yaml
@@ -2,6 +2,10 @@
2
#
3
# SPDX-License-Identifier: Unlicense
4
5
+default_language_version:
6
+ # force all unspecified python hooks to run python3.11
7
+ python: python3.11
8
+
9
repos:
10
- repo: https://github.com/python/black
11
rev: 23.3.0
0 commit comments