issues
search
superlinear-ai
/
poetry-cookiecutter
🍪 Poetry Cookiecutter is a modern Cookiecutter template for scaffolding Python packages and apps
GNU Affero General Public License v3.0
252
stars
37
forks
source link
fix: solve conflict between safety and black
#192
Closed
lsorber
closed
1 year ago
lsorber
commented
1 year ago
Hotfix that solves:
Dependency conflict between safety and black (
https://github.com/pyupio/safety/issues/455
) by disallowing 2.3.5.
Dependency conflict with commitizen by constraining Python to <4.0.
Hotfix that solves: