Skip to content

Commit f69f8d5

Browse files
committed
Updating centrally mantained files
1 parent 03a25c3 commit f69f8d5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Please do not change it. Rather, update the blueprint in the maintenance repository and propagate
44
# the changes from there.
55
# IF YOU REALLY WANT TO MAKE REPOSITORY SPECIFIC CHANGES TO THIS FILE, PLEASE REMOVE THIS NOTICE!
6-
# Tag @klieret for any questions.
6+
# Tag @michmx for any questions.
77
# ======
88

99
# Configuration for probot-stale - https://github.com/probot/stale
@@ -41,7 +41,7 @@ markComment: >
4141
This issue or pull request has been automatically marked as stale because it has not had
4242
recent activity. Please manually close it, if it is no longer relevant,
4343
or ask for help or support to help getting it unstuck.
44-
Let me bring this to the attention of @klieret @wdconinc @michmx for now.
44+
Let me bring this to the attention of @amorenobr @vlukashenko @richa2710 @michmx for now.
4545
4646
# Comment to post when removing the stale label.
4747
# unmarkComment: >

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.6.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -25,7 +25,7 @@ repos:
2525
files: ^(_episodes|code|README.md|setup.md)
2626

2727
- repo: https://github.com/codespell-project/codespell
28-
rev: "v2.3.0"
28+
rev: "v2.4.1"
2929
hooks:
3030
- id: codespell
3131
args: ["-I", "codespell.txt"]
@@ -36,4 +36,4 @@ repos:
3636
rev: 24.4.2
3737
hooks:
3838
- id: black
39-
language_version: python3.8
39+
language_version: python3.8

0 commit comments

Comments
 (0)