yaml-cpp/.flake8

5 lines
123 B
Plaintext
Raw Normal View History

2021-11-30 04:16:15 +03:00
# Minimal black-compatible flake8 configuration
[flake8]
max-line-length = 88
extend-ignore = E203, E266, E305, E501, W503