Skip to content

Commit

Permalink
CI fix - removed setup-cfg-fmt hook & moved pre-commit tox to py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed May 22, 2020
1 parent 0c94fcf commit 38af60a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ repos:
- id: python-no-log-warn
- id: python-no-eval

#: setup-cfg-fmt - format python setup.cfg
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.9.0
hooks:
- id: setup-cfg-fmt
#: C/C++-Extensions make problems with py38 on win - here: "editdistance"
language_version: python3.7

#: pyupgrade - upgrade old python syntax to new
- repo: https://github.com/asottile/pyupgrade
rev: v2.4.1
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ commands =
[travis]
python =
3.6: py36
3.7: py37, pre-commit
3.8: py38, bandit, package
3.7: py37
3.8: py38, bandit, package, pre-commit


# -- PYTEST CONFIG ---------------------------------------------------------------------
Expand Down

0 comments on commit 38af60a

Please sign in to comment.