diff --git a/.ruff.toml b/.ruff.toml index 672c7d6..6b07ef5 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -14,6 +14,7 @@ ignore = [ "COM812", # incompatible with formatter "ISC001", # incompatible with formatter "FIX002", # TODO provide context for future work + "PLR2044", # Line with empty comment ] [lint.flake8-pytest-style]