foundationdb/bindings/python/setup.cfg

5 lines
124 B
INI

[pycodestyle]
max-line-length = 150
exclude = six.py, fdboptions.py
ignore = E266, E402, E711, E712, E721, E722, W503, W504