Skip to content

Commit

Permalink
ci: upgrade pinned requirements (#159)
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 <[email protected]>
  • Loading branch information
redeboer and web-flow authored Sep 24, 2021
1 parent 408e684 commit ff17feb
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 42 deletions.
18 changes: 9 additions & 9 deletions .constraints/py3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dataclasses==0.8 ; python_version < "3.7"
decorator==5.1.0
defusedxml==0.7.1
deprecated==1.2.13
distlib==0.3.2
distlib==0.3.3
docutils==0.16
entrypoints==0.3
execnet==1.9.0
Expand Down Expand Up @@ -61,7 +61,7 @@ importlib-metadata==4.8.1
importlib-resources==3.0.0
iniconfig==1.1.1
ipykernel==5.5.5
ipympl==0.7.0
ipympl==0.8.0
ipython==7.16.1
ipython-genutils==0.2.0
ipywidgets==7.6.5
Expand All @@ -76,7 +76,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 @@ -116,7 +116,7 @@ pep8-naming==0.12.1
pexpect==4.8.0
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 @@ -152,7 +152,7 @@ regex==2021.8.28
requests==2.26.0
requests-unixsocket==0.2.0
restructuredtext-lint==1.3.2
rich==10.10.0
rich==10.11.0
send2trash==1.8.0
six==1.16.0
smmap==4.0.0
Expand All @@ -161,7 +161,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 @@ -174,7 +174,7 @@ sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sqlalchemy==1.4.23
sqlalchemy==1.4.25
sympy==1.8
terminado==0.12.1
testpath==0.5.0
Expand All @@ -187,8 +187,8 @@ traitlets==4.3.3
typed-ast==1.4.3
types-docutils==0.17.0
typing-extensions==3.10.0.2 ; 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
18 changes: 9 additions & 9 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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
docutils==0.16
entrypoints==0.3
execnet==1.9.0
Expand Down Expand Up @@ -59,7 +59,7 @@ importlib-metadata==4.8.1
importlib-resources==5.2.2
iniconfig==1.1.1
ipykernel==6.4.1
ipympl==0.7.0
ipympl==0.8.0
ipython==7.27.0
ipython-genutils==0.2.0
ipywidgets==7.6.5
Expand All @@ -74,7 +74,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 @@ -115,7 +115,7 @@ pep8-naming==0.12.1
pexpect==4.8.0
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 @@ -151,7 +151,7 @@ regex==2021.8.28
requests==2.26.0
requests-unixsocket==0.2.0
restructuredtext-lint==1.3.2
rich==10.10.0
rich==10.11.0
send2trash==1.8.0
six==1.16.0
smmap==4.0.0
Expand All @@ -160,7 +160,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 @@ -173,7 +173,7 @@ sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sqlalchemy==1.4.23
sqlalchemy==1.4.25
sympy==1.8
terminado==0.12.1
testpath==0.5.0
Expand All @@ -186,8 +186,8 @@ traitlets==5.1.0
typed-ast==1.4.3
types-docutils==0.17.0
typing-extensions==3.10.0.2 ; 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
18 changes: 9 additions & 9 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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
docutils==0.16
entrypoints==0.3
execnet==1.9.0
Expand Down Expand Up @@ -58,7 +58,7 @@ importlib-metadata==4.8.1
importlib-resources==5.2.2
iniconfig==1.1.1
ipykernel==6.4.1
ipympl==0.7.0
ipympl==0.8.0
ipython==7.27.0
ipython-genutils==0.2.0
ipywidgets==7.6.5
Expand All @@ -73,7 +73,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 @@ -114,7 +114,7 @@ pep8-naming==0.12.1
pexpect==4.8.0
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 @@ -150,7 +150,7 @@ regex==2021.8.28
requests==2.26.0
requests-unixsocket==0.2.0
restructuredtext-lint==1.3.2
rich==10.10.0
rich==10.11.0
send2trash==1.8.0
six==1.16.0
smmap==4.0.0
Expand All @@ -159,7 +159,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 @@ -172,7 +172,7 @@ sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sqlalchemy==1.4.23
sqlalchemy==1.4.25
sympy==1.8
terminado==0.12.1
testpath==0.5.0
Expand All @@ -184,8 +184,8 @@ tqdm==4.62.3
traitlets==5.1.0
types-docutils==0.17.0
typing-extensions==3.10.0.2
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
18 changes: 9 additions & 9 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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
docutils==0.16
entrypoints==0.3
execnet==1.9.0
Expand Down Expand Up @@ -58,7 +58,7 @@ importlib-metadata==4.8.1
importlib-resources==5.2.2
iniconfig==1.1.1
ipykernel==6.4.1
ipympl==0.7.0
ipympl==0.8.0
ipython==7.27.0
ipython-genutils==0.2.0
ipywidgets==7.6.5
Expand All @@ -73,7 +73,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 @@ -114,7 +114,7 @@ pep8-naming==0.12.1
pexpect==4.8.0
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 @@ -150,7 +150,7 @@ regex==2021.8.28
requests==2.26.0
requests-unixsocket==0.2.0
restructuredtext-lint==1.3.2
rich==10.10.0
rich==10.11.0
send2trash==1.8.0
six==1.16.0
smmap==4.0.0
Expand All @@ -159,7 +159,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 @@ -172,7 +172,7 @@ sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sqlalchemy==1.4.23
sqlalchemy==1.4.25
sympy==1.8
terminado==0.12.1
testpath==0.5.0
Expand All @@ -184,8 +184,8 @@ tqdm==4.62.3
traitlets==5.1.0
types-docutils==0.17.0
typing-extensions==3.10.0.2
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 @@ -261,4 +261,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 @@ -41,7 +41,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 @@ -63,8 +63,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 @@ -119,7 +119,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 ff17feb

Please sign in to comment.