Skip to content

Commit

Permalink
added setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ohdearquant committed Dec 14, 2024
1 parent 9d8169d commit e3c14fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ line_length = 79
ignore = ["E203", "W503", "E501", "E402"]
max-line-length = 79
exclude = [".git", "__pycache__", "build", "dist", ".venv"]

[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]
python_files = ["test_*.py"]

0 comments on commit e3c14fd

Please sign in to comment.