summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorOwen Williams <owilliams@mixxx.org>2020-03-19 14:49:47 -0400
committerOwen Williams <owilliams@mixxx.org>2020-03-19 19:40:51 -0400
commit5bb8dff21938109defcb7f89d9dd237f45cfd3f9 (patch)
treed6e51c615e21fd48e50f84c18308d15b554843f0 /.pre-commit-config.yaml
parent80a2a0bad0e8fa661cfc1bf1dc077b64b0df1d74 (diff)
Use python 3.7 style for checking scripts
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 96640ed066..bc2cee6631 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -40,6 +40,8 @@
# because it won't prevent catching other, unrelated issues.
exclude: ^lib/.*$
+default_language_version:
+ python: python3.7
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0