4
0

pyproject.toml 137 B

123456
  1. [tool.black]
  2. target-version = ["py313"]
  3. [tool.pytest.ini_options]
  4. asyncio_mode = "auto"
  5. asyncio_default_fixture_loop_scope = "function"