Spaces:
Running
Running
# https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/ | |
# https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html | |
[tool.black] | |
# https://pycqa.github.io/isort/docs/configuration/options.html | |
[tool.isort] | |
profile = "black" | |
# https://mypy.readthedocs.io/en/stable/config_file.html | |
[tool.mypy] | |
plugins = ["pydantic.mypy"] | |
ignore_missing_imports = true | |
# https://pylint.pycqa.org/en/latest/user_guide/configuration/index.html | |
[tool.pylint] | |
disable = [] | |