aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth@simponic.xyz>2024-08-07 21:10:01 -0700
committerElizabeth Hunt <elizabeth@simponic.xyz>2024-08-07 21:10:01 -0700
commit9cdb7a145e5bc0167243e4fac0cad0b65533f97b (patch)
tree39cc21aa6b50cd7fe1e0792a706463f8b964b59b /pyproject.toml
parent514b0338844334aa4aaf332c6e29efb6a1aadaa6 (diff)
downloadkennel.hatecomputers.club-9cdb7a145e5bc0167243e4fac0cad0b65533f97b.tar.gz
kennel.hatecomputers.club-9cdb7a145e5bc0167243e4fac0cad0b65533f97b.zip
add ci/cd
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 84eb4e3..369a432 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,7 +36,7 @@ select = [
]
# Note: Ruff supports a top-level `src` option in lieu of isort's `src_paths` setting.
-src = ["fastapi_poetry_starter", "tests"]
+src = ["kennel", "tests"]
ignore = []