aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-11-09 17:21:49 +0000
committerGravatar Chris Lovering <[email protected]>2023-11-09 17:21:49 +0000
commitaafb66cd3d32919107943b8f47905e4d5e7c01dd (patch)
tree17724963998d669ce6c88747332c16857d1193a3 /pyproject.toml
parentBump deps to latest (diff)
Enable unsafe fixes and preview ruff rules
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1f91cf8..e383e44 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -52,3 +52,5 @@ ignore = [
"D206", "E111", "E114", "E117", "E501", "ISC001", "Q000", "Q001", "Q002", "Q003", "W191",
]
line-length = 100
+unsafe-fixes = true
+preview = true