Skip to content

Commit ba8fcb0

Browse files
committed
Fix ruff D400 and improve comment
Follow-up of post merge comments in #170
1 parent 0703e01 commit ba8fcb0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

template/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: yamllint
2020
args: [-c=.yamllint.yaml]
2121
exclude: ^\.copier-answers\.yml$
22-
verbose: true # Show warnings but don't fail the commit.
22+
verbose: true # Show warnings.
2323

2424
- repo: https://github.com/codespell-project/codespell
2525
rev: v2.4.2

template/src/{{project_slug}}/__init__.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""{{project_name}}
1+
"""{{project_name}}.
22

33
{{project_description}}
44
"""

0 commit comments

Comments
 (0)