update
This commit is contained in:
24
pyproject.toml
Normal file
24
pyproject.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[tool.black]
|
||||
line-length = 80
|
||||
target-version = ['py39']
|
||||
|
||||
[tool.flake8]
|
||||
max-line-length = 88
|
||||
count=true
|
||||
per-file-ignores="./annotation/manager.py:F401"
|
||||
exclude=["./label", "__pycache__", "./migrations", "./logs", "./pids", "./resources"]
|
||||
ignore=["W503", "E203"]
|
||||
enable-extensions="G"
|
||||
application-import-names=["flake8-isort", "flake8-logging-format", "flake8-builtins"]
|
||||
import-order-style="edited"
|
||||
extend-ignore = ["E203", "E701"]
|
||||
|
||||
[tool.isort]
|
||||
py_version=39
|
||||
profile="black"
|
||||
multi_line_output=9
|
||||
line_length=80
|
||||
group_by_package=true
|
||||
case_sensitive=true
|
||||
skip_gitignore=true
|
||||
|
||||
Reference in New Issue
Block a user