mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
8129a432c7
* Disable flake8 rule E203 * Fix test case * Fix test case * Fix test case * empty commit * Ignore W503 * Change settings
3 lines
52 B
INI
3 lines
52 B
INI
[flake8]
|
|
max-line-length = 120
|
|
extend-ignore = E203
|