Skip to content

Commit

Permalink
DEV: Fix Pre-commit Error (#416)
Browse files Browse the repository at this point in the history
- Set default_language_version to python 3.7

Co-authored-by: John Pocock <John-P@users.noreply.github.com>
  • Loading branch information
shaneahmed and John-P authored Jul 17, 2022
1 parent 7e9c01f commit 8705422
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
default_language_version:
python: python3.7 # Remove once flake8-sql is compatible with python 3.9+
# https://github.com/pgjones/flake8-sql/pull/21

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
Expand Down

0 comments on commit 8705422

Please sign in to comment.