Force pre-commit hooks to use python3.

Fixes #23
pull/113/head
Felddy 5 years ago
parent 10bbfdf3ae
commit 7c0b30b495
No known key found for this signature in database
GPG Key ID: AFD7E112AF75260E
  1. 4
      .pre-commit-config.yaml

@ -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

Loading…
Cancel
Save