mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
16 lines
329 B
INI
16 lines
329 B
INI
[flake8]
|
|
max-line-length = 88
|
|
ignore =
|
|
C901 # object names too complex
|
|
E111, E114 # four-space indents
|
|
E121 # line continuations
|
|
W503, W504 # line breaks around binary operators
|
|
max-complexity = 18
|
|
select = B,C,F,W,T4,B9,E225,E227,E228
|
|
exclude =
|
|
.git,
|
|
build,
|
|
__pycache__
|
|
per-file-ignores =
|
|
docs/autodidax.py:F811
|