From eb67a3a02b2f8a15f85d37e0c6984eecbd506c0f Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Sun, 13 Jun 2021 09:58:23 +0000 Subject: [PATCH 1/2] Updated files with 'repo_helper'. --- .github/stale.yml | 2 +- tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index bb7ca3f..e5625b7 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -28,7 +28,7 @@ exemptMilestones: false exemptAssignees: false # Label to use when marking as stale -staleLabel: wontfix +staleLabel: stale # Comment to post when marking as stale. Set to `false` to disable markComment: > diff --git a/tox.ini b/tox.ini index 40fd65a..15c0533 100644 --- a/tox.ini +++ b/tox.ini @@ -99,6 +99,7 @@ deps = git+https://github.com/domdfcoding/flake8-rst-docstrings.git pydocstyle>=6.0.0 pygments>=2.7.1 + importlib_metadata<4.5.0; python_version<'3.8' commands = python3 -m flake8_rst_docstrings_sphinx formate tests --allow-toolbox {posargs} [testenv:mypy] From af0dfc015059528f8c0e821dd96c97cdda6c0669 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 13 Jun 2021 09:58:41 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc-source/extending.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-source/extending.rst b/doc-source/extending.rst index 4a64f74..0c69b98 100644 --- a/doc-source/extending.rst +++ b/doc-source/extending.rst @@ -111,4 +111,4 @@ They can request this using the :deco:`formate.config.wants_filename` decorator ----- -See :github:repo:`repo-helper/formate-black` for an example extension. \ No newline at end of file +See :github:repo:`repo-helper/formate-black` for an example extension.