Skip to content

Commit e57ecba

Browse files
committed
fix some min
1 parent 82f90ac commit e57ecba

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
@@ -107,7 +107,7 @@ dependencies = ["pre-commit"]
107107
detached = true
108108
[tool.hatch.envs.lint.scripts]
109109
build = [
110-
"pre-commit run --all-files ruff",
110+
"pre-commit run --all-files ruff-check",
111111
"pre-commit run --all-files ruff-format"
112112
]
113113

0 commit comments

Comments
 (0)