Skip to content

Commit

Permalink
Merge 40fee78 into 417aaad
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Jan 5, 2021
2 parents 417aaad + 40fee78 commit bcb93b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
- id: bind-requirements

- repo: https://github.com/domdfcoding/flake8-dunder-all
rev: v0.1.3
rev: v0.1.4
hooks:
- id: ensure-dunder-all
files: ^repo_helper_github/.*\.py$
Expand Down
2 changes: 1 addition & 1 deletion doc-source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
"sphinx": ("https://www.sphinx-doc.org/en/stable/", None),
"pygithub": ("https://pygithub.readthedocs.io/en/latest", None),
"github3": ("https://github3py.readthedocs.io/en/master/", None),
"click": ("https://click.palletsprojects.com/en/7.x/", None),
}

Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
betamax>=0.8.1
coverage>=5.1
coverage-pyver-pragma>=0.0.6
domdf-python-tools[testing]>=1.6.0
domdf-python-tools[testing]>=2.0.1
iniconfig!=1.1.0,>=1.0.1
pytest>=6.0.0
pytest-cov>=2.8.1
Expand Down

0 comments on commit bcb93b0

Please sign in to comment.