ruffing + pylinting code

This commit is contained in:
2025-05-30 15:11:10 +02:00
parent ffaeb00e3f
commit 93e79cb238
2 changed files with 82 additions and 77 deletions

View File

@@ -22,3 +22,10 @@ build-backend = "setuptools.build_meta"
[project.scripts]
immich_exporter = "immich_exporter.exporter:main"
[tool.pylint.'MESSAGES CONTROL']
disable= [
"C0114", # Missing module docstring
"C0115", # Missing class docstring
"C0116", # Missing function or method docstring
]