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

fix: update version

parent 178ead1a
Branches
Tags
No related merge requests found
format:
uv run black --target-version py311 -l 88 .
uv run black --target-version py312 -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 py311 -l 88 $(PYTHON_FILES) --check
uv run black --target-version py312 -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.
Please register or to comment