mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-27 19:30:01 +02:00
9 lines
206 B
INI
9 lines
206 B
INI
[flake8]
|
|
ignore = E501,W503,FS003,F403,F405,E203,UNT001
|
|
include = src
|
|
max-line-length = 88
|
|
max-doc-length = 88
|
|
max-complexity = 7
|
|
max-expression-complexity = 5.5
|
|
use_class_attributes_order_strict_mode=True
|