Some past commits might have contained Cursor's IP or accidentally commited API keys. Before making the repository public, all the history has been squashed into a single commit with.
12 lines
224 B
TOML
12 lines
224 B
TOML
[tool.isort]
|
|
profile = "black"
|
|
|
|
[tool.coverage.run]
|
|
source = ["app"]
|
|
omit = ["tests/*", "autoapp.py"]
|
|
|
|
[tool.flake8]
|
|
ignore = ["D401", "D202", "E226", "E302", "E41", "W503", "E203"]
|
|
max-line-length = 120
|
|
max-complexity = 30
|