From d3018e74f59cb5fff9927aeb4a7109894158b274 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 08:39:58 +0000 Subject: [PATCH] Initial upload: Auto README Generator CLI v0.1.0 --- setup.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..a377c5f --- /dev/null +++ b/setup.cfg @@ -0,0 +1,14 @@ +[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 \ No newline at end of file