Skip to content

Commit

Permalink
MAINT: update pip constraints and pre-commit (#213)
Browse files Browse the repository at this point in the history
* DX: ignore pylint `abstract-class-instantiated`
* DX: pin CI workflow for GitHub Actions extension
* DX: run CI on main, epic, and version branches
* MAINT: address new `mypy` errors
* MAINT: set indent in `.pylintrc` to 2
* MAINT: solve `ypy-websocket` dependency conflict

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: GitHub <[email protected]>
Co-authored-by: Remco de Boer <[email protected]>
  • Loading branch information
3 people authored Apr 13, 2023
1 parent 66c2369 commit 7a53c20
Show file tree
Hide file tree
Showing 15 changed files with 208 additions and 199 deletions.
63 changes: 33 additions & 30 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ aquirdturtle-collapsible-headings==3.1.0
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
arrow==1.2.3
astroid==2.15.1
astroid==2.15.2
asttokens==2.2.1
attrs==22.2.0
babel==2.12.1
backcall==0.2.0
beautifulsoup4==4.12.0
black==23.1.0
beautifulsoup4==4.12.2
black==23.3.0
bleach==6.0.0
cachetools==5.3.0
certifi==2022.12.7
Expand All @@ -30,8 +30,8 @@ charset-normalizer==3.1.0
click==8.1.3
colorama==0.4.6
comm==0.1.3
coverage==7.2.2
debugpy==1.6.6
coverage==7.2.3
debugpy==1.6.7
decorator==5.1.1
defusedxml==0.7.1
deprecated==1.2.13
Expand All @@ -42,12 +42,12 @@ exceptiongroup==1.1.1
execnet==1.9.0
executing==1.2.0
fastjsonschema==2.16.3
filelock==3.10.7
filelock==3.11.0
flake8==6.0.0 ; python_version >= "3.8.0"
flake8-blind-except==0.2.1 ; python_version >= "3.8.0"
flake8-bugbear==23.3.23 ; python_version >= "3.8.0"
flake8-builtins==2.1.0 ; python_version >= "3.8.0"
flake8-comprehensions==3.11.1 ; python_version >= "3.8.0"
flake8-comprehensions==3.12.0 ; python_version >= "3.8.0"
flake8-future-import==0.4.7 ; python_version >= "3.8.0"
flake8-plugin-utils==1.3.2
flake8-pytest-style==1.7.2 ; python_version >= "3.8.0"
Expand All @@ -58,15 +58,16 @@ fqdn==1.5.1
gprof2dot==2022.7.29
graphviz==0.20.1
greenlet==2.0.2
hepunits==2.3.1
hepunits==2.3.2
identify==2.5.22
idna==3.4
imagesize==1.4.1
importlib-metadata==6.1.0
importlib-metadata==6.3.0
iniconfig==2.0.0
ipykernel==6.22.0
ipython==8.11.0
ipython==8.12.0
ipython-genutils==0.2.0
ipywidgets==8.0.6
isoduration==20.11.0
isort==5.12.0
jedi==0.18.2
Expand All @@ -79,15 +80,16 @@ jupyter-client==8.1.0
jupyter-core==5.3.0
jupyter-events==0.6.3
jupyter-server==2.5.0
jupyter-server-fileid==0.8.0
jupyter-server-fileid==0.9.0
jupyter-server-terminals==0.4.4
jupyter-server-ydoc==0.8.0
jupyter-ydoc==0.2.3
jupyterlab==3.6.2
jupyter-ydoc==0.2.4
jupyterlab==3.6.3
jupyterlab-code-formatter==1.6.0
jupyterlab-myst==1.1.3 ; python_version >= "3.7.0"
jupyterlab-pygments==0.2.2
jupyterlab-server==2.21.0
jupyterlab-server==2.22.0
jupyterlab-widgets==3.0.7
latexcodec==2.0.1
lazy-object-proxy==1.9.0
livereload==2.6.3
Expand All @@ -98,20 +100,20 @@ mccabe==0.7.0
mdit-py-plugins==0.3.5
mdurl==0.1.2
mistune==2.0.5
mypy==1.1.1
mypy==1.2.0
mypy-extensions==1.0.0
myst-nb==0.17.1
myst-parser==0.18.1
nbclassic==0.5.3
nbclassic==0.5.5
nbclient==0.5.13
nbconvert==7.2.10
nbconvert==7.3.1
nbformat==5.8.0
nbmake==1.2.1
nest-asyncio==1.5.6
nodeenv==1.7.0
notebook==6.5.3
notebook==6.5.4
notebook-shim==0.2.2
packaging==23.0
packaging==23.1
pandocfilters==1.5.0
parso==0.8.3
particle==0.22.0
Expand All @@ -121,7 +123,7 @@ pexpect==4.8.0
pickleshare==0.7.5
platformdirs==3.2.0
pluggy==1.0.0
pre-commit==3.2.1
pre-commit==3.2.2
prometheus-client==0.16.0
prompt-toolkit==3.0.38
psutil==5.9.4
Expand All @@ -132,16 +134,16 @@ pybtex-docutils==1.0.2
pycodestyle==2.10.0
pycparser==2.21
pydantic==1.10.7
pydata-sphinx-theme==0.13.1
pydata-sphinx-theme==0.13.3
pydocstyle==6.3.0
pydot==1.4.2
pyflakes==3.0.1
pygments==2.14.0
pylint==2.17.1
pygments==2.15.0
pylint==2.17.2
pyparsing==3.0.9
pyproject-api==1.5.1
pyrsistent==0.19.3
pytest==7.2.2
pytest==7.3.0
pytest-cov==4.0.0
pytest-profiling==1.7.0
pytest-xdist==3.2.1
Expand All @@ -161,11 +163,11 @@ snowballstemmer==2.2.0
soupsieve==2.4
sphinx==5.3.0
sphinx-autobuild==2021.3.14
sphinx-book-theme==1.0.0
sphinx-book-theme==1.0.1
sphinx-codeautolink==0.14.1
sphinx-comments==0.0.3
sphinx-copybutton==0.5.1
sphinx-design==0.3.0
sphinx-design==0.4.1
sphinx-thebe==0.2.1
sphinx-togglebutton==0.3.2
sphinxcontrib-applehelp==1.0.4
Expand All @@ -185,15 +187,15 @@ tinycss2==1.2.1
tomli==2.0.1
tomlkit==0.11.7
tornado==6.2
tox==4.4.8
tox==4.4.11
tqdm==4.65.0
traitlets==5.9.0
types-docutils==0.19.1.7
types-pkg-resources==0.1.3
types-pyyaml==6.0.12.9
types-requests==2.28.11.16
types-setuptools==67.6.0.5
types-urllib3==1.26.25.9
types-requests==2.28.11.17
types-setuptools==67.6.0.7
types-urllib3==1.26.25.10
typing-extensions==4.5.0
uri-template==1.2.0
urllib3==1.26.15
Expand All @@ -203,6 +205,7 @@ webcolors==1.13
webencodings==0.5.1
websocket-client==1.5.1
wheel==0.40.0
widgetsnbextension==4.0.7
wrapt==1.15.0
y-py==0.5.9
ypy-websocket==0.8.2 ; python_version >= "3.7.0"
Expand Down
63 changes: 33 additions & 30 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ aquirdturtle-collapsible-headings==3.1.0
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
arrow==1.2.3
astroid==2.15.1
astroid==2.15.2
asttokens==2.2.1
attrs==22.2.0
babel==2.12.1
backcall==0.2.0
beautifulsoup4==4.12.0
black==23.1.0
beautifulsoup4==4.12.2
black==23.3.0
bleach==6.0.0
cachetools==5.3.0
certifi==2022.12.7
Expand All @@ -30,8 +30,8 @@ charset-normalizer==3.1.0
click==8.1.3
colorama==0.4.6
comm==0.1.3
coverage==7.2.2
debugpy==1.6.6
coverage==7.2.3
debugpy==1.6.7
decorator==5.1.1
defusedxml==0.7.1
deprecated==1.2.13
Expand All @@ -41,12 +41,12 @@ docutils==0.19
execnet==1.9.0
executing==1.2.0
fastjsonschema==2.16.3
filelock==3.10.7
filelock==3.11.0
flake8==6.0.0 ; python_version >= "3.8.0"
flake8-blind-except==0.2.1 ; python_version >= "3.8.0"
flake8-bugbear==23.3.23 ; python_version >= "3.8.0"
flake8-builtins==2.1.0 ; python_version >= "3.8.0"
flake8-comprehensions==3.11.1 ; python_version >= "3.8.0"
flake8-comprehensions==3.12.0 ; python_version >= "3.8.0"
flake8-future-import==0.4.7 ; python_version >= "3.8.0"
flake8-plugin-utils==1.3.2
flake8-pytest-style==1.7.2 ; python_version >= "3.8.0"
Expand All @@ -57,15 +57,16 @@ fqdn==1.5.1
gprof2dot==2022.7.29
graphviz==0.20.1
greenlet==2.0.2
hepunits==2.3.1
hepunits==2.3.2
identify==2.5.22
idna==3.4
imagesize==1.4.1
importlib-metadata==6.1.0
importlib-metadata==6.3.0
iniconfig==2.0.0
ipykernel==6.22.0
ipython==8.11.0
ipython==8.12.0
ipython-genutils==0.2.0
ipywidgets==8.0.6
isoduration==20.11.0
isort==5.12.0
jedi==0.18.2
Expand All @@ -78,15 +79,16 @@ jupyter-client==8.1.0
jupyter-core==5.3.0
jupyter-events==0.6.3
jupyter-server==2.5.0
jupyter-server-fileid==0.8.0
jupyter-server-fileid==0.9.0
jupyter-server-terminals==0.4.4
jupyter-server-ydoc==0.8.0
jupyter-ydoc==0.2.3
jupyterlab==3.6.2
jupyter-ydoc==0.2.4
jupyterlab==3.6.3
jupyterlab-code-formatter==1.6.0
jupyterlab-myst==1.1.3 ; python_version >= "3.7.0"
jupyterlab-pygments==0.2.2
jupyterlab-server==2.21.0
jupyterlab-server==2.22.0
jupyterlab-widgets==3.0.7
latexcodec==2.0.1
lazy-object-proxy==1.9.0
livereload==2.6.3
Expand All @@ -97,20 +99,20 @@ mccabe==0.7.0
mdit-py-plugins==0.3.5
mdurl==0.1.2
mistune==2.0.5
mypy==1.1.1
mypy==1.2.0
mypy-extensions==1.0.0
myst-nb==0.17.1
myst-parser==0.18.1
nbclassic==0.5.3
nbclassic==0.5.5
nbclient==0.5.13
nbconvert==7.2.10
nbconvert==7.3.1
nbformat==5.8.0
nbmake==1.2.1
nest-asyncio==1.5.6
nodeenv==1.7.0
notebook==6.5.3
notebook==6.5.4
notebook-shim==0.2.2
packaging==23.0
packaging==23.1
pandocfilters==1.5.0
parso==0.8.3
particle==0.22.0
Expand All @@ -120,7 +122,7 @@ pexpect==4.8.0
pickleshare==0.7.5
platformdirs==3.2.0
pluggy==1.0.0
pre-commit==3.2.1
pre-commit==3.2.2
prometheus-client==0.16.0
prompt-toolkit==3.0.38
psutil==5.9.4
Expand All @@ -131,16 +133,16 @@ pybtex-docutils==1.0.2
pycodestyle==2.10.0
pycparser==2.21
pydantic==1.10.7
pydata-sphinx-theme==0.13.1
pydata-sphinx-theme==0.13.3
pydocstyle==6.3.0
pydot==1.4.2
pyflakes==3.0.1
pygments==2.14.0
pylint==2.17.1
pygments==2.15.0
pylint==2.17.2
pyparsing==3.0.9
pyproject-api==1.5.1
pyrsistent==0.19.3
pytest==7.2.2
pytest==7.3.0
pytest-cov==4.0.0
pytest-profiling==1.7.0
pytest-xdist==3.2.1
Expand All @@ -160,11 +162,11 @@ snowballstemmer==2.2.0
soupsieve==2.4
sphinx==5.3.0
sphinx-autobuild==2021.3.14
sphinx-book-theme==1.0.0
sphinx-book-theme==1.0.1
sphinx-codeautolink==0.14.1
sphinx-comments==0.0.3
sphinx-copybutton==0.5.1
sphinx-design==0.3.0
sphinx-design==0.4.1
sphinx-thebe==0.2.1
sphinx-togglebutton==0.3.2
sphinxcontrib-applehelp==1.0.4
Expand All @@ -183,15 +185,15 @@ terminado==0.17.1
tinycss2==1.2.1
tomlkit==0.11.7
tornado==6.2
tox==4.4.8
tox==4.4.11
tqdm==4.65.0
traitlets==5.9.0
types-docutils==0.19.1.7
types-pkg-resources==0.1.3
types-pyyaml==6.0.12.9
types-requests==2.28.11.16
types-setuptools==67.6.0.5
types-urllib3==1.26.25.9
types-requests==2.28.11.17
types-setuptools==67.6.0.7
types-urllib3==1.26.25.10
typing-extensions==4.5.0
uri-template==1.2.0
urllib3==1.26.15
Expand All @@ -201,6 +203,7 @@ webcolors==1.13
webencodings==0.5.1
websocket-client==1.5.1
wheel==0.40.0
widgetsnbextension==4.0.7
wrapt==1.15.0
y-py==0.5.9
ypy-websocket==0.8.2 ; python_version >= "3.7.0"
Expand Down
Loading

0 comments on commit 7a53c20

Please sign in to comment.