Files
Alpaca/.pylintrc

9 lines
155 B
INI
Raw Normal View History

2024-08-04 20:41:35 -06:00
[MASTER]
2024-08-04 20:51:56 -06:00
[MESSAGES CONTROL]
2024-08-04 20:59:47 -06:00
disable=undefined-variable, line-too-long, missing-function-docstring, consider-using-f-string
2024-08-04 20:54:59 -06:00
[FORMAT]
2024-08-04 20:59:47 -06:00
max-line-length=200
2024-08-04 20:54:59 -06:00