Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
- 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
......
[bdist_wheel]
universal=1
[flake8]
exclude = .tox,*.egg,build,data
select = E,W,F
[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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment