diff --git a/ruff.toml b/ruff.toml index 77e8b76..317a9a2 100644 --- a/ruff.toml +++ b/ruff.toml @@ -7,6 +7,7 @@ lint.ignore = [ 'Q003', 'D205', # Format conflict 'TCH', # Microoptimization at the cost of readability + 'TID252', # I like relative imports 'D407', 'D413', # Weird documentation stuff