1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-06-01 10:45:56 +08:00
2018-01-25 09:48:29 -08:00

5 lines
124 B
INI

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