chore: fix reported linter issues

This commit is contained in:
2025-12-03 06:48:12 +01:00
parent 00000060e4
commit 0000007071
2 changed files with 2 additions and 3 deletions

View File

@@ -10,8 +10,6 @@ select = [
'UP', # pyupgrade
'B', # flake8-bugbear
'C', # flake8-comprehensions
'DTZ', # flake8-datetimez
'DJ', # flake8-django
'RUF', # ruff
'N', # pep8-naming
]