Skip to content

Commit 301e5f4

Browse files
committed
Fix format, added echo in Makefile and removed dependencies from toml template
1 parent 5a4e80f commit 301e5f4

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ include:
2525

2626
Examples of unacceptable behavior include:
2727

28-
- The use of sexualized language or imagery, and sexual attention or advances of any kind
28+
- The use of sexualized language or imagery, and sexual attention or advances of any
29+
kind
2930
- Trolling, insulting or derogatory comments, and personal or political attacks
3031
- Public or private harassment
3132
- Publishing others' private information, such as a physical or email address, without
@@ -57,8 +58,8 @@ Instances of abusive, harassing, or otherwise unacceptable behavior may be repor
5758
directly to the community leaders responsible for enforcement. All complaints will be
5859
reviewed and investigated promptly and fairly.
5960

60-
All community leaders are obligated to respect the privacy and security of the individual
61-
reporting any incident.
61+
All community leaders are obligated to respect the privacy and security of the
62+
individual reporting any incident.
6263

6364
## Enforcement Guidelines
6465

@@ -80,9 +81,9 @@ inappropriate. A public apology may be requested.
8081

8182
**Consequence**: A warning with consequences for continued behavior. No interaction with
8283
the people involved, including unsolicited interaction with those enforcing the Code of
83-
Conduct, for a specified period of time. This includes avoiding interactions in community
84-
spaces as well as external channels like social media. Violating these terms may lead to
85-
a temporary or permanent ban.
84+
Conduct, for a specified period of time. This includes avoiding interactions in
85+
community spaces as well as external channels like social media. Violating these terms
86+
may lead to a temporary or permanent ban.
8687

8788
### 3. Temporary Ban
8889

{{ cookiecutter.project_name }}/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ doc:
5757
check-dead-code:
5858
@echo "Checking dead code..."
5959
@uv run deadcode $(SRC_PROJECT_NAME)
60+
@echo "✅ Dead code check complete."
6061

6162
# Run code checks and tests
6263
pipeline: clean lint code_check tests

{{ cookiecutter.project_name }}/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ classifiers = [
2222
"Programming Language :: Python :: 3 :: Only",
2323
]
2424
keywords = ["python"]
25-
dependencies = []
2625

2726
[tool.uv]
2827
default-groups = "all"

0 commit comments

Comments
 (0)