mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 00:40:01 +02:00
Updating .flake8 config
This commit is contained in:
parent
0750bb7727
commit
f1ab0acb05
9
.flake8
9
.flake8
@ -3,15 +3,6 @@ ignore = E501,W503,FS003,F403,F405,E203
|
|||||||
include = src
|
include = src
|
||||||
max-line-length = 88
|
max-line-length = 88
|
||||||
max-doc-length = 88
|
max-doc-length = 88
|
||||||
# mccabe cyclomatic complexity
|
|
||||||
max-complexity = 7
|
max-complexity = 7
|
||||||
# flake8-expression-complexity
|
|
||||||
max-expression-complexity = 5.5
|
max-expression-complexity = 5.5
|
||||||
# flake8-class-attributes-order
|
|
||||||
use_class_attributes_order_strict_mode=True
|
use_class_attributes_order_strict_mode=True
|
||||||
# flake8-eradicate
|
|
||||||
# this
|
|
||||||
eradicate_whitelist_extend = "#openapi.yaml#"
|
|
||||||
per-file-ignores =
|
|
||||||
services/*/generated/*: F401,W505
|
|
||||||
services/*/on_service_ready.py: F401,E800
|
|
Loading…
x
Reference in New Issue
Block a user