4 lines
75 B
INI
4 lines
75 B
INI
[flake8]
|
|
max-line-length = 120
|
|
exclude = ./typings/**/*
|
|
ignore = E203,W503
|