foundationdb/bindings/python/setup.cfg

5 lines
124 B
INI
Raw Normal View History

2018-01-26 01:48:29 +08:00
[pycodestyle]
max-line-length = 150
exclude = six.py, fdboptions.py
ignore = E266, E402, E711, E712, E721, E722, W503, W504