Skip to content

Commit 99260c7

Browse files
Fix FUNDING.yml (#10322)
Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent ce7346b commit 99260c7

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.github/FUNDING.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
11
# These are supported funding model platforms
2-
32
tidelift: "pypi/pylint"
4-
github:
5-
[
6-
PCManticore,
7-
Pierre-Sassoulas,
8-
cdce8p,
9-
hippo91,
10-
AWhetter,
11-
DanielNoord,
12-
areveny,
13-
DudeNr33,
14-
jacobtylerwalls,
15-
matusvalo,
16-
yushao2,
17-
]
3+
github: [cdce8p, DanielNoord, jacobtylerwalls,Pierre-Sassoulas]

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ repos:
141141
hooks:
142142
- id: prettier
143143
args: [--prose-wrap=always, --print-width=88]
144-
exclude: tests(/\w*)*data/
144+
exclude: (tests(/\w*)*data/|.github/FUNDING.yml)
145145
- repo: https://github.com/DanielNoord/pydocstringformatter
146146
rev: v0.7.3
147147
hooks:

0 commit comments

Comments
 (0)