diff options
author | 2023-11-03 09:32:24 +0100 | |
---|---|---|
committer | 2023-11-06 10:41:46 +0000 | |
commit | a318520e9cc22c034ce47f38b5d89b4105b75330 (patch) | |
tree | b42bc8f2cb8b326db884187d630162e5ae2b2d89 | |
parent | Corrected ruff check output format arg (diff) |
Enable unsafe-fixes and preview for ruff
-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 |