Disable R0903

This commit is contained in:
Dimitris Zlatanidis 2024-04-26 18:51:38 +03:00
parent 9eb7c2d8e8
commit 81212fb6db

View file

@ -5,7 +5,7 @@
from pathlib import Path
class TomlErrors:
class TomlErrors: # pylint: disable=[R0903]
""" Raise ean error message for toml files.
"""