diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0c444343a..6b2111cab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pytest = "7.4.0" pytest-cov = "4.1.0" pytest-subtests = "0.11.0" pytest-xdist = "3.3.1" -ruff = "0.0.277" +ruff = "0.0.280" taskipy = "1.11.0" @@ -86,7 +86,7 @@ ignore = [ "D400", "D401", "D402", "D404", "D405", "D406", "D407", "D408", "D409", "D410", "D411", "D412", "D413", "D414", "D416", "D417", "E731", "RET504", - "RUF005", "RUF012", + "RUF005", "RUF012", "RUF015", "S311", "SIM102", "SIM108", ] |