Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ repos:
rev: v0.8.0
hooks:
- id: formate
exclude:
^(repo_helper/templates/.*|doc-source/conf|__pkginfo__|setup)\.(_)?py$
exclude: ^(repo_helper/templates/.*|doc-source/conf|__pkginfo__|setup)\.(_)?py$

- repo: https://github.com/python-coincidence/dep_checker
rev: v0.8.0
Expand Down
5 changes: 2 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ build:
post_create_environment:
- pip install .[all]
post_install:
- pip install sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1 sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5
- pip install sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2 sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ natsort>=7.1.1
packaging>=20.9
pypi-json>=0.2.1
pyproject-parser>=0.11.0
ruamel.yaml>=0.17.4,<=0.18.12
ruamel.yaml<=0.18.12,>=0.17.4
shippinglabel>=1.7.1
shippinglabel-conda>=0.1.0
southwark>=0.7.1
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ setenv =
[testenv:docs]
setenv = SHOW_TODOS = 1
passenv = SPHINX_BUILDER
basepython = python3.8
basepython = python3.9
changedir = {toxinidir}/doc-source
extras = all
deps = -r{toxinidir}/doc-source/requirements.txt
Expand Down Expand Up @@ -147,7 +147,7 @@ ignore_errors = True
changedir = {toxinidir}
extras = all
deps =
mypy==0.971
mypy==1.17.1
-r{toxinidir}/tests/requirements.txt
-r{toxinidir}/stubs.txt
commands = mypy repo_helper tests {posargs}
Expand Down
Loading