Skip to content

Commit

Permalink
DX: implement GitHub Actions caching (#201)
Browse files Browse the repository at this point in the history
* DX: activate and configure VSCode flake8 extension
* DX: activate and configure VSCode isort extension
* DX: activate and configure VSCode pylint extension
* DX: implement GitHub Actions caching
* DX: install `flake8-future-import`
* DX: run tests on epic and versions branches
* MAINT: activate and address pyright strict type checking
* MAINT: address pyright issues
* MAINT: correctly sort cSpell `ignoreWords` section
* MAINT: fix indents
* MAINT: remove quotation marks from repo-maintenance
* MAINT: split out `jupyter` section for extras_require
* MAINT: update pip constraints and pre-commit
* MAINT: update test values for `particle` package
* MAINT: use `include` instead of `exclude` in CI runner definitions
* MAINT: use `GITHUB_OUTPUT` instead of `set-output`
  https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands

Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 25, 2022
1 parent 2ce496c commit e45872d
Show file tree
Hide file tree
Showing 33 changed files with 607 additions and 546 deletions.
90 changes: 42 additions & 48 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyio==3.6.2
aquirdturtle-collapsible-headings==3.1.0
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
astroid==2.12.12
astroid==2.12.13
asttokens==2.1.0
attrs==22.1.0
babel==2.11.0
Expand All @@ -31,52 +31,49 @@ dill==0.3.6
distlib==0.3.6
docutils==0.17.1
entrypoints==0.4
exceptiongroup==1.0.0
exceptiongroup==1.0.4
execnet==1.9.0
executing==1.2.0
fastjsonschema==2.16.2
filelock==3.8.0
flake8==5.0.4
flake8==6.0.0
flake8-blind-except==0.2.1
flake8-bugbear==22.10.27
flake8-builtins==2.0.1
flake8-comprehensions==3.10.1
flake8-future-import==0.4.7
flake8-plugin-utils==1.3.2
flake8-pytest-style==1.6.0
flake8-rst-docstrings==0.2.7
flake8-rst-docstrings==0.3.0
flake8-type-ignore==0.1.0.post2 ; python_version >= "3.8.0"
flake8-use-fstring==1.4
gprof2dot==2022.7.29
graphviz==0.20.1
greenlet==2.0.0
greenlet==2.0.1
hepunits==2.3.0
identify==2.5.8
identify==2.5.9
idna==3.4
imagesize==1.4.1
importlib-metadata==5.0.0
importlib-metadata==5.1.0
iniconfig==1.1.1
ipykernel==6.17.0
ipykernel==6.17.1
ipython==8.6.0
ipython-genutils==0.2.0
ipywidgets==8.0.2
isort==5.10.1
jedi==0.18.1
jedi==0.18.2
jinja2==3.1.2
json5==0.9.10
jsonschema==4.16.0
jupyter==1.0.0
jsonschema==4.17.1
jupyter-cache==0.5.0
jupyter-client==7.4.4
jupyter-console==6.4.4
jupyter-core==4.11.2
jupyter-server==1.21.0
jupyter-client==7.4.7
jupyter-core==5.0.0
jupyter-server==1.23.3
jupyterlab==3.5.0
jupyterlab-code-formatter==1.5.3
jupyterlab-markup==1.1.0
jupyterlab-myst==0.1.6 ; python_version >= "3.7.0"
jupyterlab-pygments==0.2.2
jupyterlab-server==2.16.2
jupyterlab-widgets==3.0.3
jupyterlab-server==2.16.3
latexcodec==2.0.1
lazy-object-proxy==1.8.0
livereload==2.6.3
Expand All @@ -87,49 +84,49 @@ mccabe==0.7.0
mdit-py-plugins==0.3.1
mdurl==0.1.2
mistune==2.0.4
mypy==0.982
mypy==0.991
mypy-extensions==0.4.3
myst-nb==0.17.1 ; python_version >= "3.8.0"
myst-parser==0.18.1
nbclassic==0.4.7
nbclassic==0.4.8
nbclient==0.5.13
nbconvert==7.2.3
nbconvert==7.2.5
nbformat==5.7.0
nbmake==1.3.0
nest-asyncio==1.5.6
nodeenv==1.7.0
notebook==6.5.2
notebook-shim==0.2.0
notebook-shim==0.2.2
packaging==21.3
pandocfilters==1.5.0
parso==0.8.3
particle==0.20.1
pathspec==0.10.1
particle==0.21.0
pathspec==0.10.2
pep8-naming==0.13.2
pexpect==4.8.0
pickleshare==0.7.5
platformdirs==2.5.2
platformdirs==2.5.4
pluggy==1.0.0
pre-commit==2.20.0
prometheus-client==0.15.0
prompt-toolkit==3.0.31
psutil==5.9.3
prompt-toolkit==3.0.33
psutil==5.9.4
ptyprocess==0.7.0
pure-eval==0.2.2
py==1.11.0
pybtex==0.24.0
pybtex-docutils==1.0.2
pycodestyle==2.9.1
pycodestyle==2.10.0
pycparser==2.21
pydantic==1.10.2
pydata-sphinx-theme==0.8.1
pydocstyle==6.1.1
pydot==1.4.2
pyflakes==2.5.0
pyflakes==3.0.1
pygments==2.13.0
pylint==2.15.5
pylint==2.15.6
pyparsing==3.0.9
pyrsistent==0.19.1
pyrsistent==0.19.2
pytest==7.2.0
pytest-cov==4.0.0
pytest-profiling==1.7.0
Expand All @@ -139,8 +136,6 @@ python-dateutil==2.8.2
pytz==2022.6
pyyaml==6.0
pyzmq==24.0.1
qtconsole==5.3.2
qtpy==2.2.1
requests==2.28.1
restructuredtext-lint==1.4.0
send2trash==1.8.0
Expand All @@ -151,9 +146,9 @@ soupsieve==2.3.2.post1
sphinx==4.5.0
sphinx-autobuild==2021.3.14
sphinx-book-theme==0.3.3
sphinx-codeautolink==0.12.0
sphinx-codeautolink==0.12.1
sphinx-comments==0.0.3
sphinx-copybutton==0.5.0
sphinx-copybutton==0.5.1
sphinx-design==0.3.0
sphinx-thebe==0.1.2
sphinx-togglebutton==0.3.2
Expand All @@ -165,33 +160,32 @@ sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphobjinv==2.2.2
sqlalchemy==1.4.42
stack-data==0.6.0
sphobjinv==2.3
sqlalchemy==1.4.44
stack-data==0.6.1
tabulate==0.9.0
terminado==0.17.0
tinycss2==1.2.1
toml==0.10.2
tomli==2.0.1
tomlkit==0.11.6
tornado==6.2
tox==3.27.0
tox==3.27.1
tqdm==4.64.1
traitlets==5.5.0
types-docutils==0.19.1.1
types-pkg-resources==0.1.3
types-pyyaml==6.0.12.1
types-requests==2.28.11.2
types-setuptools==65.5.0.2
types-urllib3==1.26.25.1
types-pyyaml==6.0.12.2
types-requests==2.28.11.5
types-setuptools==65.6.0.1
types-urllib3==1.26.25.4
typing-extensions==4.4.0
urllib3==1.26.12
virtualenv==20.16.6
urllib3==1.26.13
virtualenv==20.16.7
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.4.1
wheel==0.37.1
widgetsnbextension==4.0.3
websocket-client==1.4.2
wheel==0.38.4
wrapt==1.14.1
zipp==3.10.0

Expand Down
27 changes: 12 additions & 15 deletions .constraints/py3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ flake8-blind-except==0.2.1
flake8-bugbear==22.9.23
flake8-builtins==2.0.0
flake8-comprehensions==3.7.0
flake8-future-import==0.4.7
flake8-plugin-utils==1.3.2
flake8-pytest-style==1.6.0
flake8-rst-docstrings==0.2.5
Expand All @@ -47,7 +48,7 @@ gitdb==4.0.9
gitpython==3.1.18
gprof2dot==2022.7.29
graphviz==0.19.1
greenlet==2.0.0
greenlet==2.0.1
hepunits==2.2.1
identify==2.4.4
idna==3.4
Expand All @@ -65,10 +66,8 @@ jedi==0.17.2
jinja2==3.0.3
json5==0.9.10
jsonschema==3.2.0
jupyter==1.0.0
jupyter-cache==0.4.3
jupyter-client==7.1.2
jupyter-console==6.4.3
jupyter-core==4.9.2
jupyter-server==1.13.1
jupyter-server-mathjax==0.2.3
Expand Down Expand Up @@ -111,7 +110,7 @@ platformdirs==2.4.0
pluggy==1.0.0
pre-commit==2.17.0
prometheus-client==0.15.0
prompt-toolkit==3.0.31
prompt-toolkit==3.0.33
ptyprocess==0.7.0
py==1.11.0
pybtex==0.24.0
Expand All @@ -136,8 +135,6 @@ python-dateutil==2.8.2
pytz==2022.6
pyyaml==6.0
pyzmq==24.0.1
qtconsole==5.2.2
qtpy==2.0.1
requests==2.27.1
restructuredtext-lint==1.4.0
send2trash==1.8.0
Expand All @@ -149,7 +146,7 @@ soupsieve==2.3.2.post1
sphinx==4.3.2 ; python_version < "3.8.0"
sphinx-autobuild==2021.3.14
sphinx-book-theme==0.2.0
sphinx-codeautolink==0.12.0
sphinx-codeautolink==0.12.1
sphinx-comments==0.0.3
sphinx-copybutton==0.5.0
sphinx-design==0.0.13
Expand All @@ -163,25 +160,25 @@ sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphobjinv==2.2.2
sqlalchemy==1.4.42
sphobjinv==2.3
sqlalchemy==1.4.44
terminado==0.12.1
testpath==0.6.0
toml==0.10.2
tomli==1.2.3
tornado==6.1
tox==3.27.0
tox==3.27.1
tqdm==4.64.1
traitlets==4.3.3
typed-ast==1.5.4
types-docutils==0.19.1.1
types-pkg-resources==0.1.3
types-pyyaml==6.0.12.1
types-requests==2.28.11.2
types-setuptools==65.5.0.2
types-urllib3==1.26.25.1
types-pyyaml==6.0.12.2
types-requests==2.28.11.5
types-setuptools==65.6.0.1
types-urllib3==1.26.25.4
typing-extensions==4.1.1 ; python_version < "3.10.0"
urllib3==1.26.12
urllib3==1.26.13
virtualenv==20.15.1 ; python_version < "3.8.0"
wcwidth==0.2.5
webencodings==0.5.1
Expand Down
Loading

0 comments on commit e45872d

Please sign in to comment.