File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- _commit : v0.5.14
1+ _commit : v0.6.0
22_src_path : gh:helmut-hoffer-von-ankershoffen/oe-python-template
33author_email : helmuthva@gmail.com
44author_github_username : helmut-hoffer-von-ankershoffen
Original file line number Diff line number Diff line change 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
85This 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 )
107and derivatives. It defines strict requirements to be followed by all
118contributors - humans and agents - to ensure consistency and readability across
129the codebase.
Original file line number Diff line number Diff 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 " -- " $@ "
You can’t perform that action at this time.
0 commit comments