Ignore TRY003

This commit is contained in:
ItsDrike 2024-06-30 22:49:13 +02:00
parent 8cb7ad48bc
commit 80d42cd68c
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -85,6 +85,7 @@ ignore = [
"PGH003", # Using specific rule codes in type ignores
"E731", # Don't asign a lambda expression, use a def
"S311", # Use `secrets` for random number generation, not `random`
"TRY003", # Avoid specifying long messages outside the exception class
# Redundant rules with ruff-format:
"E111", # Indentation of a non-multiple of 4 spaces