From df17bb2bd38a1f40bbd748c9cc7ae2c4b864949c Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Thu, 24 May 2018 14:17:09 +0200 Subject: switch linting tox env to use pre-commit, clean out travis linting env as unneeded --- .pre-commit-config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f3b33089..bb45976f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 -- cgit v1.2.3