Skip to content

Commit

Permalink
Update pre-commit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jan 23, 2020
1 parent 79c90f5 commit 446ebee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
rev: v2.4.0
hooks:
- id: check-merge-conflict
- id: check-json
Expand All @@ -14,16 +14,15 @@ repos:
- id: trailing-whitespace
exclude: README.md
- repo: https://github.com/asottile/pyupgrade
rev: v1.12.0
rev: v1.26.2
hooks:
- id: pyupgrade
- repo: https://github.com/ambv/black
rev: 19.3b0
rev: 19.10b0
hooks:
- id: black
language_version: python3.6
- repo: https://github.com/pycqa/flake8
rev: 3.7.7
rev: 3.7.9
hooks:
- id: flake8
exclude: test_.*$
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ matrix:
python: 3.6
- env: TOXENV=py37
python: 3.7
dist: xenial
sudo: true # required workaround for https://github.com/travis-ci/travis-ci/issues/9815
- env: TOXENV=pypy2
python: pypy
- env: TOXENV=pypy
Expand Down

0 comments on commit 446ebee

Please sign in to comment.