Skip to content

Commit

Permalink
fix: dockerfile error
Browse files Browse the repository at this point in the history
  • Loading branch information
scanny committed Dec 9, 2024
1 parent a54828e commit f2cafbd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,24 @@ stubPath = "./typings"
typeCheckingMode = "strict"
verboseOutput = true

[tool.pytest.ini_options]
norecursedirs = [
"*.egg-info",
".git",
"unstructured",
]
python_classes = [
"Test",
"Describe",
]
python_functions = [
"test_",
"it_",
"they_",
"but_",
"and_",
]

[tool.ruff]
line-length = 100

Expand Down

0 comments on commit f2cafbd

Please sign in to comment.