File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44all default : style-check
55
66# Code style; defines `style-check` and `style-fix`.
7+ CODE_STYLE_EXCLUSIONS_USER := --exclude=manual.html
78ifeq (,$(wildcard .plume-scripts) )
89ifeq (,$(wildcard checker/bin-devel/.plume-scripts) )
910dummy := $(shell ./gradlew -q getPlumeScripts)
Original file line number Diff line number Diff line change 1111import sys
1212from pathlib import Path
1313
14- from release_utils import ( # ty: ignore # TODO: limitation in ty
14+ from release_utils import (
1515 check_repo ,
1616 check_tools ,
1717 clone_from_scratch_or_update ,
3131 prompt_yes_no ,
3232 set_umask ,
3333)
34- from release_vars import ( # ty: ignore # TODO: limitation in ty
34+ from release_vars import (
3535 CF_VERSION ,
3636 CHECKER_FRAMEWORK ,
3737 CHECKLINK ,
Original file line number Diff line number Diff line change 88import sys
99from pathlib import Path
1010
11- from release_utils import ( # ty: ignore # TODO: limitation in ty
11+ from release_utils import (
1212 continue_or_exit ,
1313 current_distribution_by_website ,
1414 delete_directory ,
2525 set_umask ,
2626 version_number_to_array ,
2727)
28- from release_vars import ( # ty: ignore # TODO: limitation in ty
28+ from release_vars import (
2929 CF_VERSION ,
3030 CHECKER_FRAMEWORK ,
3131 CHECKER_LIVE_API_DIR ,
4242 TMP_DIR ,
4343 execute ,
4444)
45- from sanity_checks import ( # ty: ignore # TODO: limitation in ty
45+ from sanity_checks import (
4646 javac_sanity_check ,
4747 maven_sanity_check ,
4848)
Original file line number Diff line number Diff line change 1919import urllib .request
2020from pathlib import Path
2121
22- from release_vars import ( # ty: ignore # TODO: limitation in ty
22+ from release_vars import (
2323 execute ,
2424 execute_output ,
2525 execute_status ,
Original file line number Diff line number Diff line change 1313import zipfile
1414from pathlib import Path
1515
16- from release_utils import ( # ty: ignore # TODO: limitation in ty
16+ from release_utils import (
1717 are_in_file ,
1818 delete ,
1919 delete_directory ,
2323 insert_before_line ,
2424 wget_file ,
2525)
26- from release_vars import ( # ty: ignore # TODO: limitation in ty
26+ from release_vars import (
2727 CHECKER_FRAMEWORK ,
2828 SANITY_DIR ,
2929 execute ,
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ dependencies = []
99[dependency-groups ]
1010dev = [
1111 " html5validator>=0.4.2" ,
12- " pymarkdownlnt>=0.9.33 " ,
12+ " pymarkdownlnt>=0.9.36 " ,
1313 " requests>=2.32.5" ,
14- " ty>=0.0.1a31" ,
14+ " ruff>=0.15.8" ,
15+ " ty>=0.0.26" ,
1516]
You can’t perform that action at this time.
0 commit comments