Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
16 changes: 1 addition & 15 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# These are supported funding model platforms

tidelift: "pypi/pylint"
github:
[
PCManticore,
Pierre-Sassoulas,
cdce8p,
hippo91,
AWhetter,
DanielNoord,
areveny,
DudeNr33,
jacobtylerwalls,
matusvalo,
yushao2,
]
github: [PCManticore, Pierre-Sassoulas, cdce8p, hippo91, AWhetter, DanielNoord, areveny, DudeNr33, jacobtylerwalls, matusvalo, yushao2]
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ repos:
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]
exclude: tests(/\w*)*data/
exclude: (tests(/\w*)*data/|.github/FUNDING.yml)
- repo: https://github.com/DanielNoord/pydocstringformatter
rev: v0.7.2
hooks:
Expand Down
Loading