We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f90ac commit e57ecbaCopy full SHA for e57ecba
.github/workflows/main.yml
@@ -117,6 +117,7 @@ jobs:
117
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
118
with:
119
dependency_type: minimum
120
+ python_version: 3.10
121
- name: Run the unit tests
122
run: |
123
hatch -vv run test:nowarn || hatch run test:nowarn --lf
pyproject.toml
@@ -107,7 +107,7 @@ dependencies = ["pre-commit"]
107
detached = true
108
[tool.hatch.envs.lint.scripts]
109
build = [
110
- "pre-commit run --all-files ruff",
+ "pre-commit run --all-files ruff-check",
111
"pre-commit run --all-files ruff-format"
112
]
113
0 commit comments