Ignore pylint statements for manifest files

This commit is contained in:
Patrick Robertson
2025-01-21 17:59:52 +01:00
parent c41d93a634
commit bdfc855297

3
.pylintrc Normal file
View File

@@ -0,0 +1,3 @@
[MAIN]
ignore-patterns=(.*tests.*.py, __manifest__.py)