aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-25 06:43:45 +0000
committerGravatar GitHub <[email protected]>2023-06-25 06:43:45 +0000
commit69be426d6c0018026c5bf764819fd25b8cddcf80 (patch)
treed58d7aa9eec63489ce7ec87a4fa9f13aabc85b74 /pyproject.toml
parentBump pytest from 7.3.2 to 7.4.0 (#2656) (diff)
Bump ruff from 0.0.272 to 0.0.274 (#2651)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Lovering <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a23664635..9dd17d7db 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,7 +41,7 @@ pytest = "7.4.0"
pytest-cov = "4.1.0"
pytest-subtests = "0.11.0"
pytest-xdist = "3.3.1"
-ruff = "0.0.272"
+ruff = "0.0.275"
taskipy = "1.11.0"
@@ -87,7 +87,7 @@ ignore = [
"D400", "D401", "D402", "D404", "D405", "D406", "D407", "D408", "D409", "D410", "D411", "D412", "D413", "D414", "D416", "D417",
"E731",
"RET504",
- "RUF005",
+ "RUF005", "RUF012",
"S311",
"SIM102", "SIM108",
]