superlint/TEMPLATES/.flake8
Masaya Suzuki 8129a432c7
Disable flake8 rule E203 (#2821)
* Disable flake8 rule E203

* Fix test case

* Fix test case

* Fix test case

* empty commit

* Ignore W503

* Change settings
2022-05-02 09:28:30 -05:00

3 lines
52 B
INI

[flake8]
max-line-length = 120
extend-ignore = E203