From de71c756dd8a7509344c48563deee6d8b056eeeb Mon Sep 17 00:00:00 2001 From: Remco de Boer Date: Thu, 17 Jun 2021 17:19:56 +0200 Subject: [PATCH] ci: upgrade pinned requirements (#71) * ci: update cspell config * docs: update first cell in notebooks Co-authored-by: GitHub --- .constraints/py3.6.txt | 10 +++++----- .constraints/py3.7.txt | 10 +++++----- .constraints/py3.8.txt | 10 +++++----- .constraints/py3.9.txt | 10 +++++----- .cspell.json | 4 +++- .pre-commit-config.yaml | 6 +++--- docs/usage.ipynb | 3 +++ docs/usage/particle.ipynb | 3 +++ docs/usage/reaction.ipynb | 3 +++ docs/usage/visualize.ipynb | 3 +++ 10 files changed, 38 insertions(+), 24 deletions(-) diff --git a/.constraints/py3.6.txt b/.constraints/py3.6.txt index a57cf81e..872ac5fa 100644 --- a/.constraints/py3.6.txt +++ b/.constraints/py3.6.txt @@ -39,13 +39,13 @@ flake8-builtins==1.5.3 flake8-comprehensions==3.5.0 flake8-plugin-utils==1.3.2 flake8-polyfill==1.0.2 -flake8-pytest-style==1.4.2 +flake8-pytest-style==1.4.4 flake8-rst-docstrings==0.2.3 flake8-use-fstring==1.1 flake8==3.9.2 fuzzywuzzy==0.18.0 gitdb==4.0.7 -gitpython==3.1.17 +gitpython==3.1.14 gprof2dot==2021.2.21 graphviz==0.16 hepunits==2.1.1 @@ -129,7 +129,7 @@ pytest-cov==2.12.1 pytest-forked==1.3.0 pytest-notebook==0.6.1 pytest-profiling==1.7.0 -pytest-xdist==2.2.1 +pytest-xdist==2.3.0 pytest==6.2.4 python-constraint==1.4.0 python-dateutil==2.8.1 @@ -171,8 +171,8 @@ tox==3.23.1 tqdm==4.61.1 traitlets==4.3.3 typed-ast==1.4.3 -types-docutils==0.1.6 -types-pyyaml==5.4.0 +types-docutils==0.1.7 +types-pyyaml==5.4.3 typing-extensions==3.10.0.0 ; python_version < "3.8.0" urllib3==1.26.5 virtualenv==20.4.7 diff --git a/.constraints/py3.7.txt b/.constraints/py3.7.txt index b69e1575..57072d10 100644 --- a/.constraints/py3.7.txt +++ b/.constraints/py3.7.txt @@ -37,13 +37,13 @@ flake8-builtins==1.5.3 flake8-comprehensions==3.5.0 flake8-plugin-utils==1.3.2 flake8-polyfill==1.0.2 -flake8-pytest-style==1.4.2 +flake8-pytest-style==1.4.4 flake8-rst-docstrings==0.2.3 flake8-use-fstring==1.1 flake8==3.9.2 fuzzywuzzy==0.18.0 gitdb==4.0.7 -gitpython==3.1.17 +gitpython==3.1.14 gprof2dot==2021.2.21 graphviz==0.16 hepunits==2.1.1 @@ -127,7 +127,7 @@ pytest-cov==2.12.1 pytest-forked==1.3.0 pytest-notebook==0.6.1 pytest-profiling==1.7.0 -pytest-xdist==2.2.1 +pytest-xdist==2.3.0 pytest==6.2.4 python-constraint==1.4.0 python-dateutil==2.8.1 @@ -169,8 +169,8 @@ tox==3.23.1 tqdm==4.61.1 traitlets==5.0.5 typed-ast==1.4.3 -types-docutils==0.1.6 -types-pyyaml==5.4.0 +types-docutils==0.1.7 +types-pyyaml==5.4.3 typing-extensions==3.10.0.0 ; python_version < "3.8.0" urllib3==1.26.5 virtualenv==20.4.7 diff --git a/.constraints/py3.8.txt b/.constraints/py3.8.txt index 3d069541..c1ae52a2 100644 --- a/.constraints/py3.8.txt +++ b/.constraints/py3.8.txt @@ -37,13 +37,13 @@ flake8-builtins==1.5.3 flake8-comprehensions==3.5.0 flake8-plugin-utils==1.3.2 flake8-polyfill==1.0.2 -flake8-pytest-style==1.4.2 +flake8-pytest-style==1.4.4 flake8-rst-docstrings==0.2.3 flake8-use-fstring==1.1 flake8==3.9.2 fuzzywuzzy==0.18.0 gitdb==4.0.7 -gitpython==3.1.17 +gitpython==3.1.14 gprof2dot==2021.2.21 graphviz==0.16 hepunits==2.1.1 @@ -127,7 +127,7 @@ pytest-cov==2.12.1 pytest-forked==1.3.0 pytest-notebook==0.6.1 pytest-profiling==1.7.0 -pytest-xdist==2.2.1 +pytest-xdist==2.3.0 pytest==6.2.4 python-constraint==1.4.0 python-dateutil==2.8.1 @@ -168,8 +168,8 @@ tornado==6.1 tox==3.23.1 tqdm==4.61.1 traitlets==5.0.5 -types-docutils==0.1.6 -types-pyyaml==5.4.0 +types-docutils==0.1.7 +types-pyyaml==5.4.3 typing-extensions==3.10.0.0 urllib3==1.26.5 virtualenv==20.4.7 diff --git a/.constraints/py3.9.txt b/.constraints/py3.9.txt index 2cd58c6a..4586d8ea 100644 --- a/.constraints/py3.9.txt +++ b/.constraints/py3.9.txt @@ -37,13 +37,13 @@ flake8-builtins==1.5.3 flake8-comprehensions==3.5.0 flake8-plugin-utils==1.3.2 flake8-polyfill==1.0.2 -flake8-pytest-style==1.4.2 +flake8-pytest-style==1.4.4 flake8-rst-docstrings==0.2.3 flake8-use-fstring==1.1 flake8==3.9.2 fuzzywuzzy==0.18.0 gitdb==4.0.7 -gitpython==3.1.17 +gitpython==3.1.14 gprof2dot==2021.2.21 graphviz==0.16 hepunits==2.1.1 @@ -127,7 +127,7 @@ pytest-cov==2.12.1 pytest-forked==1.3.0 pytest-notebook==0.6.1 pytest-profiling==1.7.0 -pytest-xdist==2.2.1 +pytest-xdist==2.3.0 pytest==6.2.4 python-constraint==1.4.0 python-dateutil==2.8.1 @@ -168,8 +168,8 @@ tornado==6.1 tox==3.23.1 tqdm==4.61.1 traitlets==5.0.5 -types-docutils==0.1.6 -types-pyyaml==5.4.0 +types-docutils==0.1.7 +types-pyyaml==5.4.3 typing-extensions==3.10.0.0 urllib3==1.26.5 virtualenv==20.4.7 diff --git a/.cspell.json b/.cspell.json index b39e0147..60ca305e 100644 --- a/.cspell.json +++ b/.cspell.json @@ -13,7 +13,9 @@ "hte", "optimise", "paramater", - "parmater" + "parmater", + "transision", + "transisions" ], "ignorePaths": [ "**/.cspell.json", diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 804e089a..5dd2b517 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/ComPWA/repo-maintenance - rev: 0.0.23 + rev: 0.0.25 hooks: - id: check-dev-files args: @@ -47,7 +47,7 @@ repos: - id: blacken-docs - repo: https://github.com/ComPWA/mirrors-cspell - rev: v5.6.3 + rev: v5.6.4 hooks: - id: cspell @@ -66,7 +66,7 @@ repos: - id: markdownlint - repo: https://github.com/nbQA-dev/nbQA - rev: 0.12.0 + rev: 0.13.0 hooks: - id: nbqa-black args: [--nbqa-mutate] diff --git a/docs/usage.ipynb b/docs/usage.ipynb index b550cccf..784337d1 100644 --- a/docs/usage.ipynb +++ b/docs/usage.ipynb @@ -4,6 +4,9 @@ "cell_type": "code", "execution_count": null, "metadata": { + "hideCode": true, + "hideOutput": true, + "hidePrompt": true, "jupyter": { "source_hidden": true }, diff --git a/docs/usage/particle.ipynb b/docs/usage/particle.ipynb index 01ce7715..a74ca58b 100644 --- a/docs/usage/particle.ipynb +++ b/docs/usage/particle.ipynb @@ -4,6 +4,9 @@ "cell_type": "code", "execution_count": null, "metadata": { + "hideCode": true, + "hideOutput": true, + "hidePrompt": true, "jupyter": { "source_hidden": true }, diff --git a/docs/usage/reaction.ipynb b/docs/usage/reaction.ipynb index 341052ab..4f861ab5 100644 --- a/docs/usage/reaction.ipynb +++ b/docs/usage/reaction.ipynb @@ -4,6 +4,9 @@ "cell_type": "code", "execution_count": null, "metadata": { + "hideCode": true, + "hideOutput": true, + "hidePrompt": true, "jupyter": { "source_hidden": true }, diff --git a/docs/usage/visualize.ipynb b/docs/usage/visualize.ipynb index 158bc2b3..53fd630c 100644 --- a/docs/usage/visualize.ipynb +++ b/docs/usage/visualize.ipynb @@ -4,6 +4,9 @@ "cell_type": "code", "execution_count": null, "metadata": { + "hideCode": true, + "hideOutput": true, + "hidePrompt": true, "jupyter": { "source_hidden": true },