diff options
| author | 2024-06-11 20:02:17 +0100 | |
|---|---|---|
| committer | 2024-06-19 16:10:06 +0100 | |
| commit | 2a6a053296187ddd6163e63eebea16f15054e875 (patch) | |
| tree | 92b10d64f6259113d7d8df9162693490e4a6f407 /pyproject.toml | |
| parent | Bump ruff from 0.3.4 to 0.4.8 (diff) | |
Ignore RUF029, due to false positives and it not being that important
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pyproject.toml b/pyproject.toml index 3615be4c..bdd9d744 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ ignore = [      "PLR",      "PT009",      "RET504", -    "RUF005", +    "RUF005", "RUF029",      "S311", "S404",      "SIM102", "SIM108",      "TRY003", | 
