File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 7e5612d
2+ _commit : 08a244d
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : python
Original file line number Diff line number Diff line change @@ -141,14 +141,12 @@ js/node_modules
141141js /test-results
142142js /playwright-report
143143js /* .tgz
144- check_dist /extension
145144
146145# Jupyter
147146.ipynb_checkpoints
148147.autoversion
149148Untitled * .ipynb
150- ! check_dist /extension /check_dist.json
151- ! check_dist /extension /install.json
149+ check_dist /extension
152150check_dist /nbextension
153151check_dist /labextension
154152
@@ -157,3 +155,7 @@ check_dist/labextension
157155
158156# Rust
159157target
158+
159+ # Hydra
160+ outputs /
161+ multirun /
Original file line number Diff line number Diff line change @@ -46,11 +46,22 @@ format: fix
4646# ###############
4747# Other Checks #
4848# ###############
49+ <<<<<<< before updating
4950.PHONY : check-dist checks check
5051
5152check-dist : # # check python sdist with check-dist
5253 check-dist -v
5354
55+ ====== =
56+ .PHONY : check-dist check-types checks check
57+
58+ check-dist : # # check python sdist and wheel with check-dist
59+ check-dist -v
60+
61+ check-types : # # check python types with ty
62+ ty check --python $$(which python )
63+
64+ >>>>>>> after updating
5465checks : check-dist
5566
5667# Alias
Original file line number Diff line number Diff line change @@ -37,9 +37,14 @@ dependencies = [
3737develop = [
3838 " build" ,
3939 " bump-my-version" ,
40+ <<<<<<< before updating
4041 " codespell>=2.4,<2.5" ,
42+ =======
43+ " check-dist" ,
44+ " codespell" ,
45+ >>>>>>> after updating
4146 " hatchling" ,
42- " mdformat>=0.7.22,<1.1 " ,
47+ " mdformat" ,
4348 " mdformat-tables>=1" ,
4449 " pytest" ,
4550 " pytest-cov" ,
@@ -73,6 +78,7 @@ filename = "pyproject.toml"
7378search = ' version = "{current_version}"'
7479replace = ' version = "{new_version}"'
7580
81+ <<<<<<< before updating
7682[tool .check-dist ]
7783present = [
7884 " check_dist" ,
@@ -106,6 +112,8 @@ absent = [
106112
107113]
108114
115+ =======
116+ >>>>>>> after updating
109117[tool .coverage .run ]
110118branch = true
111119omit = [
You can’t perform that action at this time.
0 commit comments