Skip to content

Commit

Permalink
ci: upgrade pinned requirements (#325)
Browse files Browse the repository at this point in the history
* ci: switch to official pre-commit hook for cspell
* ci: update editorconfig for cspell

Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
redeboer and web-flow authored Sep 24, 2021
1 parent 880e449 commit d25d63a
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 45 deletions.
18 changes: 9 additions & 9 deletions .constraints/py3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.6.txt
#
absl-py==0.13.0
absl-py==0.14.0
alabaster==0.7.12
ampform==0.11.1
anyio==3.3.1
Expand Down Expand Up @@ -38,7 +38,7 @@ dataclasses==0.8
decorator==5.1.0
defusedxml==0.7.1
deprecated==1.2.13
distlib==0.3.2
distlib==0.3.3
dm-tree==0.1.6
docutils==0.16
entrypoints==0.3
Expand Down Expand Up @@ -95,7 +95,7 @@ jupyter-core==4.8.1
jupyter-server==1.11.0
jupyter-server-mathjax==0.2.3
jupyter-sphinx==0.3.2
jupyterlab==3.1.12
jupyterlab==3.1.13
jupyterlab-code-formatter==1.4.10
jupyterlab-server==2.8.1
jupyterlab-widgets==1.0.2
Expand Down Expand Up @@ -141,7 +141,7 @@ pexpect==4.8.0
phasespace==1.4.1
pickleshare==0.7.5
pillow==8.3.2
pip-tools==6.2.0
pip-tools==6.3.0
platformdirs==2.3.0
pluggy==1.0.0
pre-commit==2.15.0
Expand Down Expand Up @@ -175,7 +175,7 @@ pyyaml==5.4.1
pyzmq==22.3.0
qrules==0.9.1
qtconsole==5.1.1
qtpy==1.11.1
qtpy==1.11.2
regex==2021.8.28
requests==2.26.0
requests-oauthlib==1.3.0
Expand All @@ -191,7 +191,7 @@ snowballstemmer==2.1.0
soupsieve==2.2.1
sphinx==4.2.0
sphinx-autobuild==2021.3.14
sphinx-book-theme==0.1.4
sphinx-book-theme==0.1.5
sphinx-copybutton==0.4.0
sphinx-panels==0.6.0
sphinx-thebe==0.0.10
Expand All @@ -203,7 +203,7 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphobjinv==2.1
sqlalchemy==1.4.23
sqlalchemy==1.4.25
sympy==1.8
tensorboard==2.6.0
tensorboard-data-server==0.6.1
Expand All @@ -224,8 +224,8 @@ typed-ast==1.4.3
types-docutils==0.17.0
types-pyyaml==5.4.10
typing-extensions==3.7.4.3 ; python_version < "3.8.0"
urllib3==1.26.6
virtualenv==20.8.0
urllib3==1.26.7
virtualenv==20.8.1
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.2.1
Expand Down
20 changes: 10 additions & 10 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.7.txt
#
absl-py==0.13.0
absl-py==0.14.0
alabaster==0.7.12
ampform==0.11.1
anyio==3.3.1
Expand Down Expand Up @@ -37,7 +37,7 @@ debugpy==1.4.3
decorator==5.1.0
defusedxml==0.7.1
deprecated==1.2.13
distlib==0.3.2
distlib==0.3.3
dm-tree==0.1.6
docutils==0.16
entrypoints==0.3
Expand Down Expand Up @@ -79,7 +79,7 @@ ipython==7.27.0
ipython-genutils==0.2.0
ipywidgets==7.6.5
isort==5.9.3
jax==0.2.20
jax==0.2.21
jaxlib==0.1.71
jedi==0.18.0
jinja2==3.0.1
Expand All @@ -93,7 +93,7 @@ jupyter-core==4.8.1
jupyter-server==1.11.0
jupyter-server-mathjax==0.2.3
jupyter-sphinx==0.3.2
jupyterlab==3.1.12
jupyterlab==3.1.13
jupyterlab-code-formatter==1.4.10
jupyterlab-server==2.8.1
jupyterlab-widgets==1.0.2
Expand Down Expand Up @@ -140,7 +140,7 @@ pexpect==4.8.0
phasespace==1.4.1
pickleshare==0.7.5
pillow==8.3.2
pip-tools==6.2.0
pip-tools==6.3.0
platformdirs==2.3.0
pluggy==1.0.0
pre-commit==2.15.0
Expand Down Expand Up @@ -174,7 +174,7 @@ pyyaml==5.4.1
pyzmq==22.3.0
qrules==0.9.1
qtconsole==5.1.1
qtpy==1.11.1
qtpy==1.11.2
regex==2021.8.28
requests==2.26.0
requests-oauthlib==1.3.0
Expand All @@ -190,7 +190,7 @@ snowballstemmer==2.1.0
soupsieve==2.2.1
sphinx==4.2.0
sphinx-autobuild==2021.3.14
sphinx-book-theme==0.1.4
sphinx-book-theme==0.1.5
sphinx-copybutton==0.4.0
sphinx-panels==0.6.0
sphinx-thebe==0.0.10
Expand All @@ -202,7 +202,7 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphobjinv==2.1
sqlalchemy==1.4.23
sqlalchemy==1.4.25
sympy==1.8
tensorboard==2.6.0
tensorboard-data-server==0.6.1
Expand All @@ -223,8 +223,8 @@ typed-ast==1.4.3
types-docutils==0.17.0
types-pyyaml==5.4.10
typing-extensions==3.7.4.3 ; python_version < "3.8.0"
urllib3==1.26.6
virtualenv==20.8.0
urllib3==1.26.7
virtualenv==20.8.1
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.2.1
Expand Down
20 changes: 10 additions & 10 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.8.txt
#
absl-py==0.13.0
absl-py==0.14.0
alabaster==0.7.12
ampform==0.11.1
anyio==3.3.1
Expand Down Expand Up @@ -35,7 +35,7 @@ debugpy==1.4.3
decorator==5.1.0
defusedxml==0.7.1
deprecated==1.2.13
distlib==0.3.2
distlib==0.3.3
dm-tree==0.1.6
docutils==0.16
entrypoints==0.3
Expand Down Expand Up @@ -77,7 +77,7 @@ ipython==7.27.0
ipython-genutils==0.2.0
ipywidgets==7.6.5
isort==5.9.3
jax==0.2.20
jax==0.2.21
jaxlib==0.1.71
jedi==0.18.0
jinja2==3.0.1
Expand All @@ -91,7 +91,7 @@ jupyter-core==4.8.1
jupyter-server==1.11.0
jupyter-server-mathjax==0.2.3
jupyter-sphinx==0.3.2
jupyterlab==3.1.12
jupyterlab==3.1.13
jupyterlab-code-formatter==1.4.10
jupyterlab-server==2.8.1
jupyterlab-widgets==1.0.2
Expand Down Expand Up @@ -138,7 +138,7 @@ pexpect==4.8.0
phasespace==1.4.1
pickleshare==0.7.5
pillow==8.3.2
pip-tools==6.2.0
pip-tools==6.3.0
platformdirs==2.3.0
pluggy==1.0.0
pre-commit==2.15.0
Expand Down Expand Up @@ -172,7 +172,7 @@ pyyaml==5.4.1
pyzmq==22.3.0
qrules==0.9.1
qtconsole==5.1.1
qtpy==1.11.1
qtpy==1.11.2
regex==2021.8.28
requests==2.26.0
requests-oauthlib==1.3.0
Expand All @@ -188,7 +188,7 @@ snowballstemmer==2.1.0
soupsieve==2.2.1
sphinx==4.2.0
sphinx-autobuild==2021.3.14
sphinx-book-theme==0.1.4
sphinx-book-theme==0.1.5
sphinx-copybutton==0.4.0
sphinx-panels==0.6.0
sphinx-thebe==0.0.10
Expand All @@ -200,7 +200,7 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphobjinv==2.1
sqlalchemy==1.4.23
sqlalchemy==1.4.25
sympy==1.8
tensorboard==2.6.0
tensorboard-data-server==0.6.1
Expand All @@ -220,8 +220,8 @@ traitlets==5.1.0
types-docutils==0.17.0
types-pyyaml==5.4.10
typing-extensions==3.7.4.3
urllib3==1.26.6
virtualenv==20.8.0
urllib3==1.26.7
virtualenv==20.8.1
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.2.1
Expand Down
20 changes: 10 additions & 10 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.9.txt
#
absl-py==0.13.0
absl-py==0.14.0
alabaster==0.7.12
ampform==0.11.1
anyio==3.3.1
Expand Down Expand Up @@ -35,7 +35,7 @@ debugpy==1.4.3
decorator==5.1.0
defusedxml==0.7.1
deprecated==1.2.13
distlib==0.3.2
distlib==0.3.3
dm-tree==0.1.6
docutils==0.16
entrypoints==0.3
Expand Down Expand Up @@ -77,7 +77,7 @@ ipython==7.27.0
ipython-genutils==0.2.0
ipywidgets==7.6.5
isort==5.9.3
jax==0.2.20
jax==0.2.21
jaxlib==0.1.71
jedi==0.18.0
jinja2==3.0.1
Expand All @@ -91,7 +91,7 @@ jupyter-core==4.8.1
jupyter-server==1.11.0
jupyter-server-mathjax==0.2.3
jupyter-sphinx==0.3.2
jupyterlab==3.1.12
jupyterlab==3.1.13
jupyterlab-code-formatter==1.4.10
jupyterlab-server==2.8.1
jupyterlab-widgets==1.0.2
Expand Down Expand Up @@ -138,7 +138,7 @@ pexpect==4.8.0
phasespace==1.4.1
pickleshare==0.7.5
pillow==8.3.2
pip-tools==6.2.0
pip-tools==6.3.0
platformdirs==2.3.0
pluggy==1.0.0
pre-commit==2.15.0
Expand Down Expand Up @@ -172,7 +172,7 @@ pyyaml==5.4.1
pyzmq==22.3.0
qrules==0.9.1
qtconsole==5.1.1
qtpy==1.11.1
qtpy==1.11.2
regex==2021.8.28
requests==2.26.0
requests-oauthlib==1.3.0
Expand All @@ -188,7 +188,7 @@ snowballstemmer==2.1.0
soupsieve==2.2.1
sphinx==4.2.0
sphinx-autobuild==2021.3.14
sphinx-book-theme==0.1.4
sphinx-book-theme==0.1.5
sphinx-copybutton==0.4.0
sphinx-panels==0.6.0
sphinx-thebe==0.0.10
Expand All @@ -200,7 +200,7 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphobjinv==2.1
sqlalchemy==1.4.23
sqlalchemy==1.4.25
sympy==1.8
tensorboard==2.6.0
tensorboard-data-server==0.6.1
Expand All @@ -220,8 +220,8 @@ traitlets==5.1.0
types-docutils==0.17.0
types-pyyaml==5.4.10
typing-extensions==3.7.4.3
urllib3==1.26.6
virtualenv==20.8.0
urllib3==1.26.7
virtualenv==20.8.1
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.2.1
Expand Down
2 changes: 1 addition & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@
"ylim",
"yticks"
]
}
}
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ indent_size = 2
# when adding words through vscode, this is the resulting output format
[.cspell.json]
indent_size = 4
insert_final_newline = false
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.0.35
rev: 0.0.38
hooks:
- id: check-dev-files
args:
Expand All @@ -62,8 +62,8 @@ repos:
hooks:
- id: blacken-docs

- repo: https://github.com/ComPWA/mirrors-cspell
rev: v5.10.1
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v5.6.9
hooks:
- id: cspell

Expand Down Expand Up @@ -109,7 +109,7 @@ repos:
- id: pydocstyle

- repo: https://github.com/ComPWA/mirrors-pyright
rev: v1.1.169
rev: v1.1.170
hooks:
- id: pyright

Expand Down

0 comments on commit d25d63a

Please sign in to comment.