File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 5959# hooks:
6060# - id: setup-cfg-fmt
6161 - repo : https://github.com/psf/black-pre-commit-mirror
62- rev : 25.9 .0
62+ rev : 25.11 .0
6363 hooks :
6464 - id : black
6565 language_version : python3.12
Original file line number Diff line number Diff line change 1- # dc-egm
1+ # dcegm
22
33[ ![ Continuous Integration Workflow] ( https://github.com/OpenSourceEconomics/dcegm/actions/workflows/main.yml/badge.svg )] ( https://github.com/OpenSourceEconomics/dcegm/actions/workflows/main.yml )
44[ ![ image] ( https://readthedocs.org/projects/dcegm/badge/?version=latest )] ( https://dcegm.readthedocs.io/en/latest )
Original file line number Diff line number Diff line change @@ -54,12 +54,9 @@ Github = "https://github.com/OpenSourceEconomics/dcegm"
5454# Build system configuration
5555# ======================================================================================
5656[build-system ]
57- requires = [" hatchling" , " hatch_vcs " ]
57+ requires = [" hatchling" ]
5858build-backend = " hatchling.build"
5959
60- [tool .hatch .build .hooks .vcs ]
61- version-file = " src/dcegm/_version.py"
62-
6360[tool .hatch .build .targets .sdist ]
6461exclude = [" tests" ]
6562only-packages = true
@@ -68,9 +65,6 @@ only-packages = true
6865only-include = [" src" ]
6966sources = [" src" ]
7067
71- [tool .hatch .version ]
72- source = " vcs"
73-
7468[tool .hatch .metadata ]
7569allow-direct-references = true
7670
You can’t perform that action at this time.
0 commit comments