mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-13 17:39:31 +08:00
5 lines
116 B
INI
5 lines
116 B
INI
[pycodestyle]
|
|
max-line-length = 150
|
|
exclude = fdboptions.py
|
|
ignore = E266, E402, E711, E712, E721, E722, W503, W504
|