diff --git a/.ruff.toml b/.ruff.toml index fc8ac59c..0904166e 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -38,7 +38,7 @@ target-version = "py38" [lint] # Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default. -select = ["E4", "E7", "E9", "F", "COM812"] +select = ["E4", "E7", "E9", "F", "D102"] ignore = [] # Allow fix for all enabled rules (when `--fix`) is provided.