fix: tests sometimes failed because of missing sorting

This commit is contained in:
ducklet 2024-05-11 17:15:21 +02:00
parent 1a7d85b31d
commit 05d387a6b5
4 changed files with 20 additions and 14 deletions

View file

@ -48,11 +48,13 @@ select = [
# See https://docs.astral.sh/ruff/rules/ for a list of all rules.
"B", # flake8-bugbear
"C4", # flake8-comprehensions
"DTZ", # flake8-datetimez
"E", # pycodestyle Error
"F", # Pyflakes unused-import
"I", # isort
"RUF", # Ruff-specific rules
"S", # flake8-bandit
"T20", # flake8-print
"W", # pycodestyle Warning
]
ignore = [