-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Transition to [Rye](https://rye.astral.sh) - Update dependencies and pre-commit
- Loading branch information
1 parent
7398bc0
commit 7b4c2dd
Showing
22 changed files
with
272 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,19 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: pip | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: daily | ||
- package-ecosystem: github-actions | ||
groups: | ||
github_actions: | ||
patterns: | ||
- "*" | ||
|
||
- package-ecosystem: pip | ||
directory: / | ||
schedule: | ||
interval: daily | ||
groups: | ||
python: | ||
patterns: | ||
- "*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,187 @@ | ||
# generated by rye | ||
# use `rye lock` or `rye sync` to update this lockfile | ||
# | ||
# last locked with the following flags: | ||
# pre: false | ||
# features: [] | ||
# all-features: true | ||
# with-sources: false | ||
# generate-hashes: false | ||
|
||
-e file:. | ||
annotated-types==0.7.0 | ||
# via pydantic | ||
astunparse==1.6.3 | ||
# via griffe | ||
babel==2.15.0 | ||
# via mkdocs-material | ||
bracex==2.4 | ||
# via wcmatch | ||
cachetools==5.3.3 | ||
# via tox | ||
certifi==2024.6.2 | ||
# via requests | ||
cfgv==3.4.0 | ||
# via pre-commit | ||
chardet==5.2.0 | ||
# via tox | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
click==8.1.7 | ||
# via mkdocs | ||
# via mkdocstrings | ||
colorama==0.4.6 | ||
# via griffe | ||
# via mkdocs-material | ||
# via tox | ||
coverage==7.5.4 | ||
# via pytest-cov | ||
distlib==0.3.8 | ||
# via virtualenv | ||
eval-type-backport==0.2.0 | ||
# via simyan | ||
exceptiongroup==1.2.1 | ||
# via pytest | ||
filelock==3.15.4 | ||
# via tox | ||
# via virtualenv | ||
ghp-import==2.1.0 | ||
# via mkdocs | ||
griffe==0.47.0 | ||
# via mkdocstrings-python | ||
identify==2.5.36 | ||
# via pre-commit | ||
idna==3.7 | ||
# via requests | ||
importlib-metadata==8.0.0 | ||
# via markdown | ||
# via mkdocs | ||
# via mkdocs-get-deps | ||
# via mkdocstrings | ||
iniconfig==2.0.0 | ||
# via pytest | ||
jinja2==3.1.4 | ||
# via mkdocs | ||
# via mkdocs-material | ||
# via mkdocstrings | ||
markdown==3.6 | ||
# via mkdocs | ||
# via mkdocs-autorefs | ||
# via mkdocs-material | ||
# via mkdocstrings | ||
# via pymdown-extensions | ||
markupsafe==2.1.5 | ||
# via jinja2 | ||
# via mkdocs | ||
# via mkdocs-autorefs | ||
# via mkdocstrings | ||
mergedeep==1.3.4 | ||
# via mkdocs | ||
# via mkdocs-get-deps | ||
mkdocs==1.6.0 | ||
# via mkdocs-autorefs | ||
# via mkdocs-include-markdown-plugin | ||
# via mkdocs-material | ||
# via mkdocstrings | ||
# via simyan | ||
mkdocs-autorefs==1.0.1 | ||
# via mkdocstrings | ||
mkdocs-get-deps==0.2.0 | ||
# via mkdocs | ||
mkdocs-include-markdown-plugin==6.2.1 | ||
# via simyan | ||
mkdocs-material==9.5.27 | ||
# via simyan | ||
mkdocs-material-extensions==1.3.1 | ||
# via mkdocs-material | ||
mkdocstrings==0.25.1 | ||
# via mkdocstrings-python | ||
# via simyan | ||
mkdocstrings-python==1.10.5 | ||
# via mkdocstrings | ||
nodeenv==1.9.1 | ||
# via pre-commit | ||
packaging==24.1 | ||
# via mkdocs | ||
# via pyproject-api | ||
# via pytest | ||
# via tox | ||
paginate==0.5.6 | ||
# via mkdocs-material | ||
pathspec==0.12.1 | ||
# via mkdocs | ||
platformdirs==4.2.2 | ||
# via mkdocs-get-deps | ||
# via mkdocstrings | ||
# via tox | ||
# via virtualenv | ||
pluggy==1.5.0 | ||
# via pytest | ||
# via tox | ||
pre-commit==3.5.0 | ||
pydantic==2.8.0 | ||
# via simyan | ||
pydantic-core==2.20.0 | ||
# via pydantic | ||
pygments==2.18.0 | ||
# via mkdocs-material | ||
pymdown-extensions==10.8.1 | ||
# via mkdocs-material | ||
# via mkdocstrings | ||
pyproject-api==1.7.1 | ||
# via tox | ||
pytest==8.2.2 | ||
# via pytest-cov | ||
# via simyan | ||
pytest-cov==5.0.0 | ||
# via simyan | ||
python-dateutil==2.9.0.post0 | ||
# via ghp-import | ||
pytz==2024.1 | ||
# via babel | ||
pyyaml==6.0.1 | ||
# via mkdocs | ||
# via mkdocs-get-deps | ||
# via pre-commit | ||
# via pymdown-extensions | ||
# via pyyaml-env-tag | ||
pyyaml-env-tag==0.1 | ||
# via mkdocs | ||
ratelimit==2.2.1 | ||
# via simyan | ||
regex==2024.5.15 | ||
# via mkdocs-material | ||
requests==2.32.3 | ||
# via mkdocs-material | ||
# via simyan | ||
six==1.16.0 | ||
# via astunparse | ||
# via python-dateutil | ||
tomli==2.0.1 | ||
# via coverage | ||
# via pyproject-api | ||
# via pytest | ||
# via tox | ||
tox==4.15.1 | ||
tox-rye @ git+https://github.com/bluss/tox-rye@d1348e996d642e947cd0fb158ecdbcfe0f386af3 | ||
typing-extensions==4.12.2 | ||
# via annotated-types | ||
# via mkdocstrings | ||
# via pydantic | ||
# via pydantic-core | ||
urllib3==2.2.2 | ||
# via requests | ||
virtualenv==20.26.3 | ||
# via pre-commit | ||
# via tox | ||
# via virtualenv-rye-discovery | ||
virtualenv-rye-discovery @ git+https://github.com/bluss/virtualenv-rye-discovery@4958f87a8fef73a1dddbb02fa3a98c93bab48377 | ||
# via tox-rye | ||
watchdog==4.0.1 | ||
# via mkdocs | ||
wcmatch==8.5.2 | ||
# via mkdocs-include-markdown-plugin | ||
wheel==0.43.0 | ||
# via astunparse | ||
zipp==3.19.2 | ||
# via importlib-metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# generated by rye | ||
# use `rye lock` or `rye sync` to update this lockfile | ||
# | ||
# last locked with the following flags: | ||
# pre: false | ||
# features: [] | ||
# all-features: false | ||
# with-sources: false | ||
# generate-hashes: false | ||
|
||
-e file:. | ||
annotated-types==0.7.0 | ||
# via pydantic | ||
certifi==2024.6.2 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
eval-type-backport==0.2.0 | ||
# via simyan | ||
idna==3.7 | ||
# via requests | ||
pydantic==2.8.0 | ||
# via simyan | ||
pydantic-core==2.20.0 | ||
# via pydantic | ||
ratelimit==2.2.1 | ||
# via simyan | ||
requests==2.32.3 | ||
# via simyan | ||
typing-extensions==4.12.2 | ||
# via annotated-types | ||
# via pydantic | ||
# via pydantic-core | ||
urllib3==2.2.2 | ||
# via requests |
Oops, something went wrong.