fix linting

This commit is contained in:
Robert Kaussow 2023-06-28 09:54:12 +02:00
parent 8478a5ae03
commit 763cf7939a
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ config_dir = AppDirs("docker-tidy").user_config_dir
default_config_file = os.path.join(config_dir, "config.yml") default_config_file = os.path.join(config_dir, "config.yml")
class Config(): class Config:
""" """
Create an object with all necessary settings. Create an object with all necessary settings.

View File

@ -126,6 +126,7 @@ ignore = [
"D203", "D203",
"D212", "D212",
"UP038", "UP038",
"RUF012",
] ]
line-length = 99 line-length = 99
select = [ select = [