Commit d6e96545 authored by nimrod's avatar nimrod
Browse files

- Moved the flake8 section from setup.cfg to tox.ini (more appropriate).

- Added docs to the usual (local) Tox run.
parent c00179a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
-   repo: git://github.com/pre-commit/pre-commit-hooks
    sha: v0.7.1
    sha: v0.8.0
    hooks:
    -   id: check-added-large-files
    -   id: check-yaml
+0 −4
Original line number Diff line number Diff line
[bdist_wheel]
universal=1

[flake8]
exclude = .tox,*.egg,build,data
select = E,W,F
+5 −1
Original line number Diff line number Diff line
[tox]
envlist = py{2,3}, pre-commit, bandit
envlist = py{2,3},docs,bandit,pre-commit

[travis]
python =
@@ -59,3 +59,7 @@ basepython = python
passenv = HOME TERM
deps = pre-commit
commands = pre-commit run --all-files

[flake8]
exclude = .tox,*.egg,build,data
select = E,W,F