mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
16 lines
254 B
TOML
16 lines
254 B
TOML
exclude = [
|
|
"Lib",
|
|
"vm/Lib",
|
|
"benches",
|
|
"syntax_*.py", # Do not format files that are specifically testing for syntax
|
|
"badsyntax_*.py",
|
|
]
|
|
|
|
[lint]
|
|
select = [
|
|
"E9", # pycodestyle (error)
|
|
"F63", # pyflakes
|
|
"F7",
|
|
"F82",
|
|
]
|