Skip to content
Snippets Groups Projects
Commit 178ead1a authored by James Briggs's avatar James Briggs
Browse files

fix: adjust version for lint

parent ddd7e099
No related branches found
No related tags found
No related merge requests found
format:
uv run black --target-version py313 -l 88 .
uv run black --target-version py311 -l 88 .
uv run ruff --select I --fix .
PYTHON_FILES=.
......@@ -7,7 +7,7 @@ lint: PYTHON_FILES=.
lint_diff: PYTHON_FILES=$(shell git diff --name-only --diff-filter=d main | grep -E '\.py$$')
lint lint_diff:
uv run black --target-version py313 -l 88 $(PYTHON_FILES) --check
uv run black --target-version py311 -l 88 $(PYTHON_FILES) --check
uv run ruff check .
uv run mypy $(PYTHON_FILES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment