resume / pyproject.toml
Médéric Hurier (Fmind)
Initial commit
beb32ed
raw
history blame
491 Bytes
# 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 = []