Skip to content

Commit

Permalink
Fix Travis pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Oct 16, 2022
1 parent 009f0d2 commit c63a5e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
repos:
- repo: https://github.com/psf/black
rev: ''
rev: '22.10.0'
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: ''
rev: '3.9.2'
hooks:
- id: flake8
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dist: xenial
os: linux

install:
- if [[ $TRAVIS_PYTHON_VERSION == 3.7 ]]; then pip install -U importlib_metadata; fi
- pip install coverage coveralls
- test ! "$PRE_COMMIT" || pip install pre-commit
- pip install "mypy>=0.782"
Expand Down

0 comments on commit c63a5e5

Please sign in to comment.