75c67150d0
build / build (3.13) (push) Waiting to run
release-please / release-please (push) Waiting to run
release-please / build wheels (macos-aarch64) (push) Blocked by required conditions
release-please / build wheels (macos-x86_64) (push) Blocked by required conditions
release-please / build wheels (windows-x86_64) (push) Blocked by required conditions
release-please / build wheels (linux-aarch64) (push) Blocked by required conditions
release-please / build wheels (linux-x86_64) (push) Blocked by required conditions
release-please / build sdist (push) Blocked by required conditions
release-please / publish release artifacts (push) Blocked by required conditions
19 lines
307 B
INI
19 lines
307 B
INI
[flake8]
|
|
max-line-length = 120
|
|
extend-ignore = E203,W503,E501
|
|
exclude =
|
|
.git,
|
|
__pycache__,
|
|
.venv,
|
|
venv,
|
|
build,
|
|
dist,
|
|
*.egg-info,
|
|
.pytest_cache,
|
|
.mypy_cache
|
|
per-file-ignores =
|
|
*/test*.py:E402
|
|
**/test_*.py:E402
|
|
**/tests.py:E402
|
|
**/quick_memory_test.py:E402
|