Skip to content

Commit 2c5b38f

Browse files
committed
Prep v0.1.0
1 parent 5382f22 commit 2c5b38f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ uvx pre-commit run --all-files
104104
git add -A
105105
uvx pre-commit run --all-files
106106

107-
uv run ruff check --config ruff.strict.toml --fix .
107+
uv run ruff format --check .
108+
uv run ruff check .
108109
uv run pytest --cov=src --cov-report=term-missing
109110

110111
uv run deptry .

0 commit comments

Comments
 (0)