Skip to content

Commit 2f42590

Browse files
committed
fix some min
1 parent 35e77ba commit 2f42590

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
118118
with:
119119
dependency_type: minimum
120+
python_version: "3.10"
120121
- name: Run the unit tests
121122
run: |
122123
hatch -vv run test:nowarn || hatch run test:nowarn --lf

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ dependencies = ["pre-commit"]
108108
detached = true
109109
[tool.hatch.envs.lint.scripts]
110110
build = [
111-
"pre-commit run --all-files ruff",
111+
"pre-commit run --all-files ruff-check",
112112
"pre-commit run --all-files ruff-format"
113113
]
114114

0 commit comments

Comments
 (0)