Skip to content

Commit

Permalink
Force pre-commit hooks to use python3.
Browse files Browse the repository at this point in the history
Fixes #23
  • Loading branch information
felddy committed Nov 15, 2019
1 parent 10bbfdf commit 7c0b30b
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,4 +1,8 @@
---
default_language_version:
# force all unspecified python hooks to run python3
python: python3

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
Expand Down

0 comments on commit 7c0b30b

Please sign in to comment.