Skip to content

Commit c03b6d5

Browse files
feat: code-style for humans and agents
1 parent 58bfe65 commit c03b6d5

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_commit: v0.5.14
1+
_commit: v0.6.0
22
_src_path: gh:helmut-hoffer-von-ankershoffen/oe-python-template
33
author_email: helmuthva@gmail.com
44
author_github_username: helmut-hoffer-von-ankershoffen

CODE_STYLE.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# Code Style
22

3-
Author: Helmut Hoffer von Ankershoffen (@helmut-hoffer-von-ankershoffen )
4-
Status: Draft
5-
Created: 2025-03-16
6-
Updated: 2025-03-16
3+
Author: Helmut Hoffer von Ankershoffen (@helmut-hoffer-von-ankershoffen ) - Status: Draft - Created: 2025-03-16 - Updated: 2025-03-16
74

85
This document describes the code style used in
9-
[oe-python-templat](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template)
6+
[oe-python-template](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template)
107
and derivatives. It defines strict requirements to be followed by all
118
contributors - humans and agents - to ensure consistency and readability across
129
the codebase.

n

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ echo "Usage: ./n <session_name> [additional_args]"
2424
shift # Remove the first argument, remaining args will be passed through
2525

2626
# Execute the command, forwarding all output
27-
exec uv run nox -s "$session" "$@"
27+
exec uv run nox -s "$session" -- "$@"

0 commit comments

Comments
 (0)