2021-04-04 01:39:08 +00:00
|
|
|
[build-system]
|
2023-04-07 17:30:46 +00:00
|
|
|
requires = ["setuptools>=46.4.0"]
|
2021-04-04 01:39:08 +00:00
|
|
|
build-backend = "setuptools.build_meta"
|
2023-03-23 04:50:01 +00:00
|
|
|
|
2023-03-23 05:33:11 +00:00
|
|
|
[[tool.mypy.overrides]]
|
|
|
|
module = "astroid.*"
|
|
|
|
ignore_missing_imports = true
|
|
|
|
|
|
|
|
[[tool.mypy.overrides]]
|
|
|
|
module = "autoapi.documenters"
|
|
|
|
ignore_errors = true
|
|
|
|
|
2023-05-22 17:10:05 +00:00
|
|
|
[[tool.mypy.overrides]]
|
|
|
|
# https://github.com/anyascii/anyascii/issues/19
|
|
|
|
module = "anyascii"
|
|
|
|
ignore_missing_imports = true
|
|
|
|
|
2023-03-30 00:42:10 +00:00
|
|
|
[tool.ruff.pydocstyle]
|
|
|
|
convention = "google"
|
|
|
|
|
2023-03-23 04:50:01 +00:00
|
|
|
[tool.towncrier]
|
|
|
|
directory = "docs/changes"
|
|
|
|
filename = "CHANGELOG.rst"
|
|
|
|
package = "autoapi"
|
|
|
|
title_format = "v{version} ({project_date})"
|
|
|
|
underlines = ["-", "^", "\""]
|