mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-21 17:16:46 +03:00
Add flake8 config
This commit is contained in:
parent
62e1995a7d
commit
f176b02045
4
Makefile
4
Makefile
|
@ -61,8 +61,8 @@ test-py3: build
|
|||
|
||||
check:
|
||||
# Static analysis
|
||||
flake8 --max-complexity=10 src/dependency_injector/
|
||||
flake8 --max-complexity=10 examples/
|
||||
flake8 src/dependency_injector/
|
||||
flake8 examples/
|
||||
# Code style analysis
|
||||
pydocstyle src/dependency_injector/
|
||||
pydocstyle examples/
|
||||
|
|
Loading…
Reference in New Issue
Block a user