mirror of https://github.com/ecmwf/eccodes.git
10 lines
213 B
INI
10 lines
213 B
INI
|
[flake8]
|
||
|
; ignore = E226,E302,E41
|
||
|
max-line-length = 120
|
||
|
; exclude = tests/*
|
||
|
; See https://black.readthedocs.io/en/stable/the_black_code_style.html
|
||
|
exclude =
|
||
|
dev/*
|
||
|
experiments
|
||
|
?.py
|
||
|
extend-ignore = E203
|