Skip to content

Commit

Permalink
Merge branch 'main' into sc/304-start-a-utilities-page-rather-than-ad…
Browse files Browse the repository at this point in the history
…d-logging-to-the-template
  • Loading branch information
samcunliffe authored Mar 25, 2024
2 parents 498991c + b2eff42 commit 49f2faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ urls.homepage = "https://github.com/{{cookiecutter.github_username}}/{{cookiecut
[tool.coverage]
report = {sort = "cover"}
run = {branch = true, parallel = true, source = [
"{{cookiecutter.project_name}}",
"{{cookiecutter.project_slug}}",
]}
paths.source = [
"src",
Expand Down Expand Up @@ -88,7 +88,7 @@ lint.select = [
"ALL",
]
lint.isort.known-first-party = [
"{{cookiecutter.project_name}}",
"{{cookiecutter.project_slug | replace('-', '_')}}",
]
lint.mccabe.max-complexity = 18
lint.pep8-naming.classmethod-decorators = [
Expand Down

0 comments on commit 49f2faf

Please sign in to comment.