Files
auto-readme-cli/setup.cfg
7000pctAUTO d3018e74f5
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
CI / release (push) Has been cancelled
Initial upload: Auto README Generator CLI v0.1.0
2026-02-05 08:39:58 +00:00

14 lines
318 B
INI

[metadata]
max-line-length = 100
exclude = test.*?$, *.pyc, *.pyo, __pycache__, .mypy_cache, .tox, .nox, dist, build
[flake8]
max-line-length = 100
ignore = E203, E501, W503
per-file-ignores = __init__.py:F401
[mypy]
python_version = 3.9
warn_return_any = True
warn_unused_configs = True
disallow_untyped_defs = True