mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 21:15:17 +08:00
Modify code organization
This commit is contained in:
12
cmdb-api/setup.cfg
Normal file
12
cmdb-api/setup.cfg
Normal file
@@ -0,0 +1,12 @@
|
||||
[flake8]
|
||||
ignore = D401,D202,E226,E302,E41
|
||||
max-line-length = 120
|
||||
exclude = migrations/*
|
||||
max-complexity = 10
|
||||
|
||||
|
||||
[isort]
|
||||
line_length = 88
|
||||
multi_line_output = 3
|
||||
skip = migrations/*
|
||||
include_trailing_comma = true
|
Reference in New Issue
Block a user