AimRT/.pycodestyle

7 lines
108 B
Plaintext
Raw Normal View History

2024-09-23 16:01:31 +08:00
[pycodestyle]
max_line_length = 120
ignore = ["E501", "W6"]
in-place = true
recursive = true
aggressive = 3