Files
Zordon/.pylintrc
Brett f9b19587ba Ignore aerender in pytests until ready (#125)
* Ignore aerender in pytests until ready
* Disable pytest step in GitHub Actions workflow
2025-12-28 15:00:01 -06:00

5 lines
172 B
INI

[MASTER]
max-line-length = 120
ignore-paths=^src/engines/aerender/
[MESSAGES CONTROL]
disable = missing-docstring, invalid-name, import-error, logging-fstring-interpolation