Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .importlinter
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
root_packages =
usethis

[importlinter:contract:acyclic-siblings]
name = Acyclic Siblings
type = acyclic_siblings
ancestors = usethis

[importlinter:contract:usethis]
name = usethis
type = layers
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dev = [
"codespell>=2.4.1",
"datamodel-code-generator[http]>=0.35.0",
"deptry>=0.23.0",
"import-linter>=2.3",
"import-linter>=2.11",
"jinja2>=3.1.6",
"prek>=0.2.23",
"pyinstrument>=5.1.1",
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,9 @@ idna==3.10 \
# anyio
# httpx
# requests
import-linter==2.3 \
--hash=sha256:5b851776782048ff1be214f1e407ef2e3d30dcb23194e8b852772941811a1258 \
--hash=sha256:863646106d52ee5489965670f97a2a78f2c8c68d2d20392322bf0d7cc0111aa7
import-linter==2.11 \
--hash=sha256:3dc54cae933bae3430358c30989762b721c77aa99d424f56a08265be0eeaa465 \
--hash=sha256:5abc3394797a54f9bae315e7242dc98715ba485f840ac38c6d3192c370d0085e
inflect==5.6.2 \
--hash=sha256:aadc7ed73928f5e014129794bbac03058cca35d0a973a5fc4eb45c7fa26005f9 \
--hash=sha256:b45d91a4a28a4e617ff1821117439b06eaa86e2a4573154af0149e9be6687238
Expand Down Expand Up @@ -921,10 +921,11 @@ requirements-parser==0.11.0 \
--hash=sha256:35f36dc969d14830bf459803da84f314dc3d17c802592e9e970f63d0359e5920 \
--hash=sha256:50379eb50311834386c2568263ae5225d7b9d0867fb55cf4ecc93959de2c2684
# via deptry
rich==13.9.4 \
--hash=sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098 \
--hash=sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90
rich==14.3.3 \
--hash=sha256:793431c1f8619afa7d3b52b2cdec859562b950ea0d4b6b505397612db8d5362d \
--hash=sha256:b8daa0b9e4eef54dd8cf7c86c03713f53241884e814f4e2f5fb342fe520f639b
# via
# import-linter
# pytest-codspeed
# typer
# usethis
Expand Down Expand Up @@ -1097,7 +1098,6 @@ typing-extensions==4.15.0 \
# import-linter
# pydantic
# pydantic-core
# rich
# typer
# typing-inspection
# usethis
Expand Down
16 changes: 8 additions & 8 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading