Skip to content

Commit

Permalink
ci: update pip constraints and pre-commit config (#316)
Browse files Browse the repository at this point in the history
* fix: equalize pre-commit autoupdate PR title
* style: sort `pre-commit` hooks by name

Co-authored-by: GitHub <[email protected]>
  • Loading branch information
redeboer and web-flow authored Jul 25, 2022
1 parent 53425c9 commit 148c8c9
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 107 deletions.
36 changes: 18 additions & 18 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ charset-normalizer==2.1.0
click==8.1.3
colorama==0.4.5
commonmark==0.9.1
coverage==6.4.1
coverage==6.4.2
cycler==0.11.0
debugpy==1.6.2
decorator==5.1.1
defusedxml==0.7.1
dill==0.3.5.1
distlib==0.3.4
distlib==0.3.5
docutils==0.17.1
entrypoints==0.4
execnet==1.9.0
executing==0.8.3
fastjsonschema==2.15.3
executing==0.9.0
fastjsonschema==2.16.1
filelock==3.7.1
flake8==4.0.1
flake8-blind-except==0.2.1
Expand All @@ -45,16 +45,16 @@ flake8-comprehensions==3.10.0
flake8-future-annotations==0.0.5
flake8-plugin-utils==1.3.2
flake8-pytest-style==1.6.0
flake8-rst-docstrings==0.2.6
flake8-rst-docstrings==0.2.7
flake8-type-ignore==0.1.0.post2 ; python_version >= "3.8.0"
flake8-use-fstring==1.3
fonttools==4.34.4
future==0.18.2
gprof2dot==2021.2.21
graphviz==0.20
graphviz==0.20.1
greenlet==1.1.2
hepunits==2.2.0
identify==2.5.1
identify==2.5.2
idna==3.3
imagesize==1.4.1
importlib-metadata==4.12.0
Expand All @@ -73,14 +73,14 @@ jupyter-cache==0.5.0
jupyter-client==7.3.4
jupyter-core==4.11.1
jupyter-server==1.18.1
jupyterlab==3.4.3
jupyterlab-code-formatter==1.4.11
jupyterlab==3.4.4
jupyterlab-code-formatter==1.5.1
jupyterlab-markup==1.1.0
jupyterlab-myst==0.1.6 ; python_version >= "3.7.0"
jupyterlab-pygments==0.2.2
jupyterlab-server==2.15.0
jupyterlab-widgets==1.1.1
kiwisolver==1.4.3
kiwisolver==1.4.4
latexcodec==2.0.1
lazy-object-proxy==1.7.1
livereload==2.6.3
Expand All @@ -95,7 +95,7 @@ mdurl==0.1.1
mistune==0.8.4
mpl-interactions==0.22.0
mpmath==1.2.1
mypy==0.961
mypy==0.971
mypy-extensions==0.4.3
myst-nb==0.16.0
myst-parser==0.18.0
Expand All @@ -114,7 +114,7 @@ pandocfilters==1.5.0
parso==0.8.3
particle==0.20.1
pathspec==0.9.0
pep8-naming==0.13.0
pep8-naming==0.13.1
pexpect==4.8.0
pickleshare==0.7.5
pillow==9.2.0
Expand All @@ -136,7 +136,7 @@ pydata-sphinx-theme==0.8.1
pydocstyle==6.1.1
pyflakes==2.4.0
pygments==2.12.0
pylint==2.14.4
pylint==2.14.5
pyparsing==3.0.9
pyrsistent==0.18.1
pytest==7.1.2
Expand All @@ -161,13 +161,13 @@ snowballstemmer==2.2.0
soupsieve==2.3.2.post1
sphinx==4.5.0
sphinx-autobuild==2021.3.14
sphinx-book-theme==0.3.2
sphinx-book-theme==0.3.3
sphinx-codeautolink==0.11.0
sphinx-comments==0.0.3
sphinx-copybutton==0.5.0
sphinx-design==0.2.0
sphinx-thebe==0.1.2
sphinx-togglebutton==0.3.1
sphinx-togglebutton==0.3.2
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-bibtex==2.4.2
sphinxcontrib-devhelp==1.0.2
Expand All @@ -191,8 +191,8 @@ tqdm==4.64.0
traitlets==5.3.0
types-docutils==0.19.0
types-pkg-resources==0.1.3
types-requests==2.28.0
types-setuptools==62.6.1
types-requests==2.28.3
types-setuptools==63.2.1
types-urllib3==1.26.16
typing-extensions==4.3.0
urllib3==1.26.10
Expand All @@ -203,7 +203,7 @@ websocket-client==1.3.3
wheel==0.37.1
widgetsnbextension==3.6.1
wrapt==1.14.1
zipp==3.8.0
zipp==3.8.1

# The following packages are considered to be unsafe in a requirements file:
# setuptools
36 changes: 18 additions & 18 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ charset-normalizer==2.1.0
click==8.1.3
colorama==0.4.5
commonmark==0.9.1
coverage==6.4.1
coverage==6.4.2
cycler==0.11.0
debugpy==1.6.2
decorator==5.1.1
defusedxml==0.7.1
dill==0.3.5.1
distlib==0.3.4
distlib==0.3.5
docutils==0.17.1
entrypoints==0.4
execnet==1.9.0
fastjsonschema==2.15.3
fastjsonschema==2.16.1
filelock==3.7.1
flake8==4.0.1
flake8-blind-except==0.2.1
Expand All @@ -43,19 +43,19 @@ flake8-comprehensions==3.10.0
flake8-future-annotations==0.0.5
flake8-plugin-utils==1.3.2
flake8-pytest-style==1.6.0
flake8-rst-docstrings==0.2.6
flake8-rst-docstrings==0.2.7
flake8-use-fstring==1.3
fonttools==4.34.4
future==0.18.2
gprof2dot==2021.2.21
graphviz==0.20
graphviz==0.20.1
greenlet==1.1.2
hepunits==2.2.0
identify==2.5.1
identify==2.5.2
idna==3.3
imagesize==1.4.1
importlib-metadata==4.2.0 ; python_version < "3.8.0"
importlib-resources==5.8.0
importlib-resources==5.9.0
iniconfig==1.1.1
ipykernel==6.15.1
ipympl==0.9.1
Expand All @@ -71,14 +71,14 @@ jupyter-cache==0.5.0
jupyter-client==7.3.4
jupyter-core==4.11.1
jupyter-server==1.18.1
jupyterlab==3.4.3
jupyterlab-code-formatter==1.4.11
jupyterlab==3.4.4
jupyterlab-code-formatter==1.5.1
jupyterlab-markup==1.1.0
jupyterlab-myst==0.1.6 ; python_version >= "3.7.0"
jupyterlab-pygments==0.2.2
jupyterlab-server==2.15.0
jupyterlab-widgets==1.1.1
kiwisolver==1.4.3
kiwisolver==1.4.4
latexcodec==2.0.1
lazy-object-proxy==1.7.1
livereload==2.6.3
Expand All @@ -93,7 +93,7 @@ mdurl==0.1.1
mistune==0.8.4
mpl-interactions==0.22.0
mpmath==1.2.1
mypy==0.961
mypy==0.971
mypy-extensions==0.4.3
myst-nb==0.16.0
myst-parser==0.18.0
Expand All @@ -112,7 +112,7 @@ pandocfilters==1.5.0
parso==0.8.3
particle==0.20.1
pathspec==0.9.0
pep8-naming==0.13.0
pep8-naming==0.13.1
pexpect==4.8.0
pickleshare==0.7.5
pillow==9.2.0
Expand All @@ -133,7 +133,7 @@ pydata-sphinx-theme==0.8.1
pydocstyle==6.1.1
pyflakes==2.4.0
pygments==2.12.0
pylint==2.14.4
pylint==2.14.5
pyparsing==3.0.9
pyrsistent==0.18.1
pytest==7.1.2
Expand All @@ -159,13 +159,13 @@ snowballstemmer==2.2.0
soupsieve==2.3.2.post1
sphinx==4.3.2 ; python_version < "3.8.0"
sphinx-autobuild==2021.3.14
sphinx-book-theme==0.3.2
sphinx-book-theme==0.3.3
sphinx-codeautolink==0.11.0
sphinx-comments==0.0.3
sphinx-copybutton==0.5.0
sphinx-design==0.2.0
sphinx-thebe==0.1.2
sphinx-togglebutton==0.3.1
sphinx-togglebutton==0.3.2
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-bibtex==2.4.2
sphinxcontrib-devhelp==1.0.2
Expand All @@ -189,8 +189,8 @@ traitlets==5.3.0
typed-ast==1.5.4
types-docutils==0.19.0
types-pkg-resources==0.1.3
types-requests==2.28.0
types-setuptools==62.6.1
types-requests==2.28.3
types-setuptools==63.2.1
types-urllib3==1.26.16
typing-extensions==4.3.0 ; python_version < "3.8.0"
urllib3==1.26.10
Expand All @@ -201,7 +201,7 @@ websocket-client==1.3.3
wheel==0.37.1
widgetsnbextension==3.6.1
wrapt==1.14.1
zipp==3.8.0
zipp==3.8.1

# The following packages are considered to be unsafe in a requirements file:
# setuptools
38 changes: 19 additions & 19 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ charset-normalizer==2.1.0
click==8.1.3
colorama==0.4.5
commonmark==0.9.1
coverage==6.4.1
coverage==6.4.2
cycler==0.11.0
debugpy==1.6.2
decorator==5.1.1
defusedxml==0.7.1
dill==0.3.5.1
distlib==0.3.4
distlib==0.3.5
docutils==0.17.1
entrypoints==0.4
execnet==1.9.0
executing==0.8.3
fastjsonschema==2.15.3
executing==0.9.0
fastjsonschema==2.16.1
filelock==3.7.1
flake8==4.0.1
flake8-blind-except==0.2.1
Expand All @@ -45,20 +45,20 @@ flake8-comprehensions==3.10.0
flake8-future-annotations==0.0.5
flake8-plugin-utils==1.3.2
flake8-pytest-style==1.6.0
flake8-rst-docstrings==0.2.6
flake8-rst-docstrings==0.2.7
flake8-type-ignore==0.1.0.post2 ; python_version >= "3.8.0"
flake8-use-fstring==1.3
fonttools==4.34.4
future==0.18.2
gprof2dot==2021.2.21
graphviz==0.20
graphviz==0.20.1
greenlet==1.1.2
hepunits==2.2.0
identify==2.5.1
identify==2.5.2
idna==3.3
imagesize==1.4.1
importlib-metadata==4.12.0
importlib-resources==5.8.0
importlib-resources==5.9.0
iniconfig==1.1.1
ipykernel==6.15.1
ipympl==0.9.1
Expand All @@ -74,14 +74,14 @@ jupyter-cache==0.5.0
jupyter-client==7.3.4
jupyter-core==4.11.1
jupyter-server==1.18.1
jupyterlab==3.4.3
jupyterlab-code-formatter==1.4.11
jupyterlab==3.4.4
jupyterlab-code-formatter==1.5.1
jupyterlab-markup==1.1.0
jupyterlab-myst==0.1.6 ; python_version >= "3.7.0"
jupyterlab-pygments==0.2.2
jupyterlab-server==2.15.0
jupyterlab-widgets==1.1.1
kiwisolver==1.4.3
kiwisolver==1.4.4
latexcodec==2.0.1
lazy-object-proxy==1.7.1
livereload==2.6.3
Expand All @@ -96,7 +96,7 @@ mdurl==0.1.1
mistune==0.8.4
mpl-interactions==0.22.0
mpmath==1.2.1
mypy==0.961
mypy==0.971
mypy-extensions==0.4.3
myst-nb==0.16.0
myst-parser==0.18.0
Expand All @@ -115,7 +115,7 @@ pandocfilters==1.5.0
parso==0.8.3
particle==0.20.1
pathspec==0.9.0
pep8-naming==0.13.0
pep8-naming==0.13.1
pexpect==4.8.0
pickleshare==0.7.5
pillow==9.2.0
Expand All @@ -137,7 +137,7 @@ pydata-sphinx-theme==0.8.1
pydocstyle==6.1.1
pyflakes==2.4.0
pygments==2.12.0
pylint==2.14.4
pylint==2.14.5
pyparsing==3.0.9
pyrsistent==0.18.1
pytest==7.1.2
Expand All @@ -162,13 +162,13 @@ snowballstemmer==2.2.0
soupsieve==2.3.2.post1
sphinx==4.5.0
sphinx-autobuild==2021.3.14
sphinx-book-theme==0.3.2
sphinx-book-theme==0.3.3
sphinx-codeautolink==0.11.0
sphinx-comments==0.0.3
sphinx-copybutton==0.5.0
sphinx-design==0.2.0
sphinx-thebe==0.1.2
sphinx-togglebutton==0.3.1
sphinx-togglebutton==0.3.2
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-bibtex==2.4.2
sphinxcontrib-devhelp==1.0.2
Expand All @@ -192,8 +192,8 @@ tqdm==4.64.0
traitlets==5.3.0
types-docutils==0.19.0
types-pkg-resources==0.1.3
types-requests==2.28.0
types-setuptools==62.6.1
types-requests==2.28.3
types-setuptools==63.2.1
types-urllib3==1.26.16
typing-extensions==4.3.0
urllib3==1.26.10
Expand All @@ -204,7 +204,7 @@ websocket-client==1.3.3
wheel==0.37.1
widgetsnbextension==3.6.1
wrapt==1.14.1
zipp==3.8.0
zipp==3.8.1

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading

0 comments on commit 148c8c9

Please sign in to comment.