better py3 support w pre-commit
Browse files- .pre-commit-config.yaml +1 -1
.pre-commit-config.yaml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
default_language_version:
|
2 |
-
python: python3
|
3 |
|
4 |
repos:
|
5 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
1 |
default_language_version:
|
2 |
+
python: python3
|
3 |
|
4 |
repos:
|
5 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|