We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bef126 commit e015f11Copy full SHA for e015f11
1 file changed
.github/workflows/lint.yaml
@@ -19,4 +19,11 @@ jobs:
19
- name: "Set up Python"
20
uses: actions/setup-python@v5
21
with:
22
- python-version-file: ".python-version"
+ python-version-file: "pyproject.toml"
23
+
24
+ - name: Install the project
25
+ run: uv sync --all-extras --dev
26
27
+ - name: Lint with Ruff
28
+ run: uv run ruff format
29
+ run: uv run ruff check . --fix --unsafe-fixes
0 commit comments