mirror of
https://github.com/MaxenceG2M/prometheus-immich-exporter.git
synced 2025-12-09 15:05:36 +00:00
ruffing + pylinting code
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user