mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Speed up flake8 by skipping two irrelevant directories
This commit is contained in:
parent
5a0d2b2a77
commit
e6d648f198
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -85,7 +85,7 @@ commands =
|
|||
py.test --capture=no --strict --random {posargs}
|
||||
|
||||
[flake8]
|
||||
exclude = .tox,*.egg
|
||||
exclude = .tox,*.egg,.git,_build
|
||||
select = E,W,F,N,I
|
||||
application-import-names = cryptography,cryptography_vectors,tests
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue