Skip to content

Commit e4221cb

Browse files
committed
updates
1 parent b1a5c37 commit e4221cb

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default: install lint test
22

33
install:
44
uv lock --upgrade
5-
uv sync --all-extras --frozen
5+
uv sync --all-extras --all-groups --frozen
66

77
lint:
88
uv run ruff format .

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 modern-python
3+
Copyright (c) 2024 community-of-python
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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
]

0 commit comments

Comments
 (0)