second commit

This commit is contained in:
2025-07-31 22:32:51 -04:00
parent 96ebbb6823
commit b0f903660e
4 changed files with 38 additions and 12 deletions

18
.flake8 Normal file
View File

@@ -0,0 +1,18 @@
[flake8]
max-line-length = 88
select = E,W,F,C,N
ignore = E203,E501,W503
exclude =
.git,
__pycache__,
build,
dist,
.eggs,
*.egg-info,
.venv,
venv,
.tox
per-file-ignores =
tests/*:F401,F811
__init__.py:F401
max-complexity = 10