mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +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:
|
check:
|
||||||
# Static analysis
|
# Static analysis
|
||||||
flake8 --max-complexity=10 src/dependency_injector/
|
flake8 src/dependency_injector/
|
||||||
flake8 --max-complexity=10 examples/
|
flake8 examples/
|
||||||
# Code style analysis
|
# Code style analysis
|
||||||
pydocstyle src/dependency_injector/
|
pydocstyle src/dependency_injector/
|
||||||
pydocstyle examples/
|
pydocstyle examples/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user