Skip to content

Commit

Permalink
BREAK: match extras_equire section names
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Nov 20, 2022
1 parent 89b9f79 commit 40ac12e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -c .constraints/py3.8.txt -e .[precommit]
# cspell:ignore precommit
pip install -c .constraints/py3.8.txt -e .[sty]
- name: Run non-local pre-commit hooks
run: |
pre-commit run flake8 -a --color always
Expand Down
19 changes: 11 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ pawian =
doc =
importlib-metadata; python_version <"3.8.0"
ipywidgets
jupyter
myst-nb
pydeps
Sphinx >=3
Expand All @@ -74,7 +73,6 @@ doc =
format =
black
isort
nbstripout
flake8 =
flake8 >=4 # extend-select
flake8-blind-except
Expand All @@ -100,19 +98,24 @@ test =
pytest-cov
pytest-profiling
pytest-xdist
precommit =
sty =
%(format)s
%(lint)s
%(test)s
%(test)s # for pytest type hints
pre-commit >=2.9.2 # for black
tox =
%(precommit)s
%(sty)s
sphinx-autobuild
tox
tools =
jupyter =
aquirdturtle_collapsible_headings
jupyterlab
jupyterlab-code-formatter
jupyterlab-myst; python_version >="3.7.0"
dev =
%(doc)s
%(tools)s
%(tox)s
%(jupyter)s
%(sty)s
%(test)s
sphinx-autobuild
tox >=1.9 # for skip_install, use_develop

0 comments on commit 40ac12e

Please sign in to comment.