playwright-python/setup.cfg

8 lines
125 B
INI

[flake8]
ignore =
E501
W503
E302
# Conflicts with black https://github.com/PyCQA/flake8/issues/1921
E704