Skip to content

Commit d00affe

Browse files
[repo-helper] Configuration Update (#38)
* Updated files with 'repo_helper'. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a74cd93 commit d00affe

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exemptMilestones: false
2828
exemptAssignees: false
2929

3030
# Label to use when marking as stale
31-
staleLabel: wontfix
31+
staleLabel: stale
3232

3333
# Comment to post when marking as stale. Set to `false` to disable
3434
markComment: >

doc-source/extending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ They can request this using the :deco:`formate.config.wants_filename` decorator
111111
112112
-----
113113

114-
See :github:repo:`repo-helper/formate-black` for an example extension.
114+
See :github:repo:`repo-helper/formate-black` for an example extension.

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ deps =
9999
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
100100
pydocstyle>=6.0.0
101101
pygments>=2.7.1
102+
importlib_metadata<4.5.0; python_version<'3.8'
102103
commands = python3 -m flake8_rst_docstrings_sphinx formate tests --allow-toolbox {posargs}
103104

104105
[testenv:mypy]

0 commit comments

Comments
 (0)