Skip to content

Commit

Permalink
Add isort src_paths
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Feb 11, 2024
1 parent 1678b05 commit 26b5ed7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Expand Up @@ -45,6 +45,10 @@ add_imports = [
]
force_single_line = true
profile = "black"
src_paths = [
"src",
"tests",
]

[tool.pytest.ini_options]
addopts = """\
Expand Down

0 comments on commit 26b5ed7

Please sign in to comment.