Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Please do not change it. Rather, update the blueprint in the maintenance repository and propagate
# the changes from there.
# IF YOU REALLY WANT TO MAKE REPOSITORY SPECIFIC CHANGES TO THIS FILE, PLEASE REMOVE THIS NOTICE!
# Tag @klieret for any questions.
# Tag @michmx for any questions.
# ======

# Configuration for probot-stale - https://github.com/probot/stale
Expand Down Expand Up @@ -41,7 +41,7 @@ markComment: >
This issue or pull request has been automatically marked as stale because it has not had
recent activity. Please manually close it, if it is no longer relevant,
or ask for help or support to help getting it unstuck.
Let me bring this to the attention of @klieret @wdconinc @michmx for now.
Let me bring this to the attention of @amorenobr @vlukashenko @richa2710 @michmx for now.
# Comment to post when removing the stale label.
# unmarkComment: >
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -25,7 +25,7 @@ repos:
files: ^(_episodes|code|README.md|setup.md)

- repo: https://github.com/codespell-project/codespell
rev: "v2.2.6"
rev: "v2.4.1"
hooks:
- id: codespell
args: ["-I", "codespell.txt"]
Expand Down
Loading