mirror of
https://github.com/wassname/jaxtyping.git
synced 2026-09-04 16:35:07 +08:00
5 lines
132 B
INI
5 lines
132 B
INI
[flake8]
|
|
max-line-length = 120
|
|
ignore = W291,W293,W503,W504,E123,E126,E203,E402,E701,E731,F722
|
|
per-file-ignores = __init__.py: F401
|