Skip to content

Commit

Permalink
Merge pull request #162 from readthedocs/pre-commit-fixes
Browse files Browse the repository at this point in the history
Use any python3 for precommit
  • Loading branch information
ericholscher committed Jul 6, 2020
2 parents ee36cdf + cc1c8b2 commit b63fc88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
# Since the pre-commit runs on a file by file basis rather than a whole project,
# The excludes in pyproject.toml are ignored
exclude: migrations
language_version: python3.6
language_version: python3
- repo: https://github.com/asottile/reorder_python_imports
rev: v1.3.2
hooks:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36,lint,migrations,docs,coverage
envlist = py3,lint,migrations,docs,coverage
skipsdist = True


Expand Down

0 comments on commit b63fc88

Please sign in to comment.