diff options
| author | 2023-07-25 11:15:01 +0100 | |
|---|---|---|
| committer | 2023-07-25 11:15:01 +0100 | |
| commit | e10298f655633aa427e84d1fc18a3ba500a4a178 (patch) | |
| tree | 03bb4708b43a5c12f81ae7a6be01f9e596991ef3 /pyproject.toml | |
| parent | Bump deepdiff from 6.3.0 to 6.3.1 (#2673) (diff) | |
| parent | Remove unused noqa directive (diff) | |
Merge pull request #2680 from python-discord/dependabot/pip/ruff-0.0.278
Bump ruff from 0.0.277 to 0.0.280
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", ] |