-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
305 additions
and
274 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
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,16 +1,5 @@ | ||
# Top-level dependencies for `tox -e check` | ||
flake8 | ||
flake8-2020 | ||
flake8-bandit | ||
flake8-bugbear | ||
flake8-builtins | ||
flake8-comprehensions | ||
flake8-datetimez | ||
flake8-docstrings | ||
flake8-mutable | ||
# flake8-noqa # See https://github.com/JBKahn/flake8-print/issues/50 | ||
flake8-print | ||
flake8-strftime | ||
ruff | ||
mypy | ||
pep8-naming | ||
shed |
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,145 +1,63 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.7 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# pip-compile --output-file=deps/check.txt deps/check.in | ||
# | ||
attrs==21.2.0 | ||
# via flake8-bugbear | ||
autoflake==1.4 | ||
autoflake==2.2.1 | ||
# via shed | ||
bandit==1.7.1 | ||
# via flake8-bandit | ||
black==21.12b0 | ||
black==23.7.0 | ||
# via shed | ||
click==8.0.3 | ||
click==8.1.7 | ||
# via black | ||
com2ann==0.3.0 | ||
# via shed | ||
colorama==0.4.4 | ||
# via | ||
# bandit | ||
# click | ||
flake8==4.0.1 | ||
# via | ||
# -r deps/check.in | ||
# flake8-2020 | ||
# flake8-bandit | ||
# flake8-bugbear | ||
# flake8-builtins | ||
# flake8-comprehensions | ||
# flake8-datetimez | ||
# flake8-docstrings | ||
# flake8-helper | ||
# flake8-mutable | ||
# flake8-polyfill | ||
# flake8-print | ||
# flake8-strftime | ||
# pep8-naming | ||
flake8-2020==1.6.1 | ||
# via -r deps/check.in | ||
flake8-bandit==2.1.2 | ||
# via -r deps/check.in | ||
flake8-bugbear==21.11.29 | ||
# via -r deps/check.in | ||
flake8-builtins==1.5.3 | ||
# via -r deps/check.in | ||
flake8-comprehensions==3.7.0 | ||
# via -r deps/check.in | ||
flake8-datetimez==20.10.0 | ||
flake8==6.1.0 | ||
# via -r deps/check.in | ||
flake8-docstrings==1.6.0 | ||
# via -r deps/check.in | ||
flake8-helper==0.2.0 | ||
# via flake8-strftime | ||
flake8-mutable==1.2.0 | ||
# via -r deps/check.in | ||
flake8-polyfill==1.0.2 | ||
# via | ||
# flake8-bandit | ||
# pep8-naming | ||
flake8-print==4.0.0 | ||
# via -r deps/check.in | ||
flake8-strftime==0.3.2 | ||
# via -r deps/check.in | ||
gitdb==4.0.9 | ||
# via gitpython | ||
gitpython==3.1.24 | ||
# via bandit | ||
importlib-metadata==4.2.0 | ||
# via | ||
# click | ||
# flake8 | ||
# flake8-2020 | ||
# flake8-comprehensions | ||
# stevedore | ||
isort==5.10.1 | ||
isort==5.12.0 | ||
# via shed | ||
libcst==0.3.23 | ||
libcst==1.0.1 | ||
# via shed | ||
mccabe==0.6.1 | ||
mccabe==0.7.0 | ||
# via flake8 | ||
mypy==0.910 | ||
mypy==1.5.1 | ||
# via -r deps/check.in | ||
mypy-extensions==0.4.3 | ||
mypy-extensions==1.0.0 | ||
# via | ||
# black | ||
# mypy | ||
# typing-inspect | ||
pathspec==0.9.0 | ||
packaging==23.1 | ||
# via black | ||
pbr==5.8.0 | ||
# via stevedore | ||
pep8-naming==0.12.1 | ||
# via -r deps/check.in | ||
platformdirs==2.4.0 | ||
pathspec==0.11.2 | ||
# via black | ||
pycodestyle==2.8.0 | ||
# via | ||
# flake8 | ||
# flake8-bandit | ||
# flake8-print | ||
pydocstyle==6.1.1 | ||
# via flake8-docstrings | ||
pyflakes==2.4.0 | ||
platformdirs==3.10.0 | ||
# via black | ||
pycodestyle==2.11.0 | ||
# via flake8 | ||
pyflakes==3.1.0 | ||
# via | ||
# autoflake | ||
# flake8 | ||
pyupgrade==2.29.1 | ||
pyupgrade==3.10.1 | ||
# via shed | ||
pyyaml==6.0 | ||
# via | ||
# bandit | ||
# libcst | ||
shed==0.5.3 | ||
pyyaml==6.0.1 | ||
# via libcst | ||
ruff==0.0.287 | ||
# via -r deps/check.in | ||
shed==2023.6.1 | ||
# via -r deps/check.in | ||
six==1.16.0 | ||
# via flake8-print | ||
smmap==5.0.0 | ||
# via gitdb | ||
snowballstemmer==2.2.0 | ||
# via pydocstyle | ||
stevedore==3.5.0 | ||
# via bandit | ||
tokenize-rt==4.2.1 | ||
tokenize-rt==5.2.0 | ||
# via pyupgrade | ||
toml==0.10.2 | ||
# via mypy | ||
tomli==1.2.3 | ||
# via black | ||
typed-ast==1.4.3 | ||
tomli==2.0.1 | ||
# via | ||
# autoflake | ||
# black | ||
# mypy | ||
typing-extensions==4.0.1 | ||
typing-extensions==4.7.1 | ||
# via | ||
# black | ||
# gitpython | ||
# importlib-metadata | ||
# libcst | ||
# mypy | ||
# typing-inspect | ||
typing-inspect==0.7.1 | ||
typing-inspect==0.9.0 | ||
# via libcst | ||
zipp==3.6.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,98 +1,80 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.7 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# pip-compile --output-file=deps/test.txt deps/test.in setup.py | ||
# | ||
arrow==1.2.1 | ||
arrow==1.2.3 | ||
# via isoduration | ||
atomicwrites==1.4.0 | ||
# via pytest | ||
attrs==21.2.0 | ||
attrs==23.1.0 | ||
# via | ||
# hypothesis | ||
# jsonschema | ||
# pytest | ||
cached-property==1.5.2 | ||
# via fqdn | ||
colorama==0.4.4 | ||
# via pytest | ||
coverage[toml]==6.2 | ||
# referencing | ||
coverage[toml]==7.3.0 | ||
# via pytest-cov | ||
execnet==1.9.0 | ||
exceptiongroup==1.1.3 | ||
# via | ||
# hypothesis | ||
# pytest | ||
execnet==2.0.2 | ||
# via pytest-xdist | ||
fqdn==1.5.1 | ||
# via jsonschema | ||
hypothesis==6.31.6 | ||
hypothesis==6.84.1 | ||
# via hypothesis-jsonschema (setup.py) | ||
idna==3.3 | ||
idna==3.4 | ||
# via jsonschema | ||
importlib-metadata==4.8.2 | ||
# via | ||
# jsonschema | ||
# pluggy | ||
# pytest | ||
importlib-resources==5.4.0 | ||
# via jsonschema | ||
iniconfig==1.1.1 | ||
iniconfig==2.0.0 | ||
# via pytest | ||
isoduration==20.11.0 | ||
# via jsonschema | ||
jsonpointer==2.2 | ||
jsonpointer==2.4 | ||
# via jsonschema | ||
jsonschema[format]==4.2.1 | ||
jsonschema[format]==4.19.0 | ||
# via | ||
# -r deps/test.in | ||
# hypothesis-jsonschema (setup.py) | ||
packaging==21.3 | ||
jsonschema-specifications==2023.7.1 | ||
# via jsonschema | ||
packaging==23.1 | ||
# via pytest | ||
pluggy==1.0.0 | ||
pluggy==1.3.0 | ||
# via pytest | ||
py==1.11.0 | ||
# via | ||
# pytest | ||
# pytest-forked | ||
pyparsing==3.0.6 | ||
# via packaging | ||
pyrsistent==0.18.0 | ||
# via jsonschema | ||
pytest==6.2.5 | ||
pytest==7.4.1 | ||
# via | ||
# -r deps/test.in | ||
# pytest-cov | ||
# pytest-forked | ||
# pytest-xdist | ||
pytest-cov==3.0.0 | ||
pytest-cov==4.1.0 | ||
# via -r deps/test.in | ||
pytest-forked==1.4.0 | ||
# via pytest-xdist | ||
pytest-xdist==2.5.0 | ||
pytest-xdist==3.3.1 | ||
# via -r deps/test.in | ||
python-dateutil==2.8.2 | ||
# via arrow | ||
referencing==0.30.2 | ||
# via | ||
# jsonschema | ||
# jsonschema-specifications | ||
rfc3339-validator==0.1.4 | ||
# via jsonschema | ||
rfc3987==1.3.8 | ||
# via jsonschema | ||
rpds-py==0.10.2 | ||
# via | ||
# jsonschema | ||
# referencing | ||
six==1.16.0 | ||
# via | ||
# python-dateutil | ||
# rfc3339-validator | ||
sortedcontainers==2.4.0 | ||
# via hypothesis | ||
toml==0.10.2 | ||
# via pytest | ||
tomli==2.0.0 | ||
# via coverage | ||
typing-extensions==4.0.1 | ||
tomli==2.0.1 | ||
# via | ||
# arrow | ||
# importlib-metadata | ||
uri-template==1.1.0 | ||
# coverage | ||
# pytest | ||
uri-template==1.3.0 | ||
# via jsonschema | ||
webcolors==1.11.1 | ||
webcolors==1.13 | ||
# via jsonschema | ||
zipp==3.6.0 | ||
# via | ||
# importlib-metadata | ||
# importlib-resources |
Oops, something went wrong.