File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default: install lint test
22
33install :
44 uv lock --upgrade
5- uv sync --all-extras --frozen
5+ uv sync --all-extras --all-groups -- frozen
66
77lint :
88 uv run ruff format .
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2024 modern -python
3+ Copyright (c) 2024 community-of -python
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -26,14 +26,16 @@ packages = [
2626]
2727
2828[project .urls ]
29- repository = " https://github.com/modern -python/fast-version"
29+ repository = " https://github.com/community-of -python/fast-version"
3030
31- [tool . uv ]
32- dev-dependencies = [
31+ [dependency-groups ]
32+ dev = [
3333 " httpx" ,
3434 " pytest" ,
3535 " pytest-cov" ,
3636 " pytest-asyncio" ,
37+ ]
38+ lint = [
3739 " ruff" ,
3840 " mypy" ,
3941]
You can’t perform that action at this time.
0 commit comments