Set python version
Browse files- .pre-commit-config.yaml +3 -0
.pre-commit-config.yaml
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
repos:
|
2 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
3 |
rev: v4.4.0
|
|
|
1 |
+
default_language_version:
|
2 |
+
python: python3.9
|
3 |
+
|
4 |
repos:
|
5 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
6 |
rev: v4.4.0
|