switch linting tox env to use pre-commit, clean out travis linting env as unneeded

This commit is contained in:
Ronny Pfannschmidt
2018-05-24 14:17:09 +02:00
parent 6eb7af5a4e
commit df17bb2bd3
3 changed files with 12 additions and 10 deletions

View File

@@ -19,3 +19,11 @@ repos:
rev: v1.2.0
hooks:
- id: pyupgrade
- repo: local
hooks:
- id: rst
name: rst
entry: python scripts/check-rst.py
language: python
additional_dependencies: [pygments, restructuredtext_lint]
python_version: python3.6