-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(app): add .tool-versions file, update CI tool versions
- Loading branch information
1 parent
cc91ea9
commit ac93d9a
Showing
8 changed files
with
156 additions
and
160 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
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,3 @@ | ||
yarn 1.22.19 | ||
node 16.13.1 | ||
python 3.9.17 |
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 |
---|---|---|
@@ -1,57 +1,44 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.7 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.9 | ||
# by the following command: | ||
# | ||
# pip-compile requirements-dev.in | ||
# | ||
astroid==2.12.12 | ||
astroid==3.3.5 | ||
# via pylint | ||
black==22.10.0 | ||
# via -r requirements-dev.in | ||
click==8.1.3 | ||
# via black | ||
dill==0.3.6 | ||
click==8.1.7 | ||
# via | ||
# -c requirements.txt | ||
# black | ||
dill==0.3.9 | ||
# via | ||
# -c requirements.txt | ||
# pylint | ||
importlib-metadata==5.0.0 | ||
# via click | ||
isort==4.3.21 | ||
isort==5.13.2 | ||
# via pylint | ||
lazy-object-proxy==1.8.0 | ||
# via astroid | ||
mccabe==0.6.1 | ||
mccabe==0.7.0 | ||
# via pylint | ||
mypy-extensions==0.4.3 | ||
mypy-extensions==1.0.0 | ||
# via black | ||
pathspec==0.10.1 | ||
pathspec==0.12.1 | ||
# via black | ||
platformdirs==2.5.2 | ||
platformdirs==4.3.6 | ||
# via | ||
# black | ||
# pylint | ||
pylint==2.15.5 | ||
pylint==3.3.1 | ||
# via -r requirements-dev.in | ||
tomli==2.0.1 | ||
tomli==2.0.2 | ||
# via | ||
# black | ||
# pylint | ||
tomlkit==0.11.6 | ||
tomlkit==0.13.2 | ||
# via pylint | ||
typed-ast==1.5.4 | ||
# via | ||
# astroid | ||
# black | ||
typing-extensions==4.4.0 | ||
typing-extensions==4.12.2 | ||
# via | ||
# -c requirements.txt | ||
# astroid | ||
# black | ||
# importlib-metadata | ||
# pylint | ||
wrapt==1.14.1 | ||
# via | ||
# -c requirements.txt | ||
# astroid | ||
zipp==3.10.0 | ||
# 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
hail | ||
hail==0.2.126 | ||
tqdm |
Oops, something went wrong.