diff options
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index e343142c..040732a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,3 +71,5 @@ ignore = [ ] line-length = 120 select = ["ANN", "B", "C4", "D", "DTZ", "E", "F", "ISC", "INT", "N", "PGH", "PIE", "Q", "RET", "RSE", "RUF", "S", "SIM", "T20", "TID", "UP", "W"] +unsafe-fixes = true +preview = true |