foundationdb/bindings/python/pycodestyle.cfg

5 lines
116 B
INI

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