mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 07:44:16 +00:00
Search current directory if no paths are specified
This fixes a regression in behaviour from 2.x to 3. Closes #150
This commit is contained in:
parent
790549fd25
commit
b194717d1a
4 changed files with 27 additions and 7 deletions
2
tox.ini
2
tox.ini
|
|
@ -132,7 +132,7 @@ ignore = D203
|
|||
# NOTE(sigmavirus24): Once we release 3.0.0 this exclude option can be specified
|
||||
# across multiple lines. Presently it cannot be specified across multiple lines.
|
||||
# :-(
|
||||
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,tests/fixtures/
|
||||
exclude = .tox,.git,__pycache__,docs/source/conf.py,build,dist,tests/fixtures/*,*.pyc
|
||||
max-complexity = 10
|
||||
import-order-style = google
|
||||
application-import-names = flake8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue