Skip to content

Commit

Permalink
Allow other python3 versions to be used.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 25, 2019
1 parent 388a3c7 commit df78c62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/psf/black
rev: 18.6b2
rev: 19.10b0
hooks:
- id: black
args: [--line-length=88, --safe]
python_version: python3.6
python_version: python3
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v1.3.0
rev: v2.4.0
hooks:
- id: check-case-conflict
- id: check-merge-conflict
Expand Down

0 comments on commit df78c62

Please sign in to comment.