mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Merge pull request #13566 from hawkinsp:flake8
PiperOrigin-RevId: 493906873
This commit is contained in:
commit
da285b6536
12
setup.cfg
12
setup.cfg
@ -1,10 +1,14 @@
|
||||
[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
|
||||
# object names too complex
|
||||
C901
|
||||
# four-space indents
|
||||
E111, E114
|
||||
# line continuations
|
||||
E121
|
||||
# line breaks around binary operators
|
||||
W503, W504
|
||||
max-complexity = 18
|
||||
select = B,C,F,W,T4,B9,E225,E227,E228
|
||||
exclude =
|
||||
|
Loading…
x
Reference in New Issue
Block a user