chore: make linters config consistent in pyproject.toml
- remove mypy config from makefile
This commit is contained in:
parent
7988b7467b
commit
9de82bb568
11 changed files with 69 additions and 16 deletions
|
@ -1,3 +1,11 @@
|
|||
[tool.pylint.messages_control]
|
||||
extension-pkg-whitelist = "pydantic"
|
||||
disable = [
|
||||
"missing-class-docstring",
|
||||
"missing-function-docstring",
|
||||
"missing-module-docstring",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue