Skip to content

Commit 86d2ad1

Browse files
Rewrite backwardcompatibility/ to pytest (#317)
1 parent ebd0057 commit 86d2ad1

File tree

65 files changed

+18006
-17393
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+18006
-17393
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ line-ending = "auto"
149149
[tool.ruff.lint.per-file-ignores]
150150
"src/conductor/client/http/**/*.py" = ["ALL"]
151151
"src/conductor/client/orkes/api/*.py" = ["ALL"]
152-
"tests/**/*.py" = ["B", "C4", "SIM"]
152+
"tests/**/*.py" = ["B", "C4", "SIM", "PLR2004"]
153153
"examples/**/*.py" = ["B", "C4", "SIM"]
154154

155155
[tool.coverage.run]

0 commit comments

Comments
 (0)