File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 66 steps :
77
88 - name : Install UV
9- if : ${{ steps.skip-workflow.outputs.skip == 'false' }}
109 uses : astral-sh/setup-uv@v5
1110 id : setup-uv
1211 with :
1615 cache-dependency-glob : ' **/uv.lock'
1716
1817 - name : Install dependencies
19- if : ${{ steps.skip-workflow.outputs.skip == 'false' }}
2018 shell : bash
2119 run : |
2220 uv sync --frozen
Original file line number Diff line number Diff line change @@ -56,14 +56,8 @@ repos:
5656 - id : deptry
5757 pass_filenames : false
5858 always_run : true
59- entry : bash -c "uv run --frozen --all-extras --dev deptry src --ignore DEP001"
60- - repo : " local"
61- hooks :
62- - id : disallowed-words-check
63- name : Check for disallowed words
64- entry : scripts/disallowed-words-check.sh
65- language : script
66- files : ' ' # Check all files
59+ entry : bash -c "uv run --frozen --all-extras --dev deptry . --ignore DEP001"
60+
6761 - repo : https://github.com/renovatebot/pre-commit-hooks
6862 rev : 39.120.4
6963 hooks :
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ readme = "README.md"
55requires-python = " >=3.12, <3.14"
66dependencies = [
77 " codegen==0.5.3" ,
8- " jupyterlab==4.3.4" ,
98]
109license = {file = " LICENSE" }
1110classifiers = [
@@ -29,9 +28,13 @@ dev-dependencies = [
2928 " pre-commit>=4.0.1" ,
3029 " pre-commit-uv>=4.1.4" ,
3130 " uv>=0.4.25" ,
31+ " jupyterlab==4.3.4" ,
3232]
3333
3434[tool .pre-commit-uv ]
3535requirements = [
3636 " strict-requirements" ,
3737]
38+
39+ [tool .deptry ]
40+ package_module_name_map.codegen = " codegen"
You can’t perform that action at this time.
0 commit comments