AimRT/.pycodestyle
2024-09-23 16:01:31 +08:00

7 lines
108 B
Plaintext

[pycodestyle]
max_line_length = 120
ignore = ["E501", "W6"]
in-place = true
recursive = true
aggressive = 3