diff options
| author | 2023-11-09 17:21:49 +0000 | |
|---|---|---|
| committer | 2023-11-09 17:21:49 +0000 | |
| commit | aafb66cd3d32919107943b8f47905e4d5e7c01dd (patch) | |
| tree | 17724963998d669ce6c88747332c16857d1193a3 /pyproject.toml | |
| parent | Bump deps to latest (diff) | |
Enable unsafe fixes and preview ruff rules
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
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 |