Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 25, 2023
1 parent 31b5f7e commit 4ad2a56
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ liberapay: andreoliwa # Replace with a single Liberapay username
# issuehunt: # Replace with a single IssueHunt username
# otechie: # Replace with a single Otechie username
# lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: ["https://www.paypal.me/andreoliwa", "https://www.buymeacoffee.com/andreoliwa"] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
custom: [
"https://www.paypal.me/andreoliwa",
"https://www.buymeacoffee.com/andreoliwa",
] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
9 changes: 8 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,14 @@ repos:
# Please uninstall the types-attrs package if you use this or a newer version.
# See also https://github.com/python/mypy/issues/10084#issuecomment-778641361
additional_dependencies:
[types-freezegun, types-toml, attrs, types-requests, types-python-slugify, types-dataclasses]
[
types-freezegun,
types-toml,
attrs,
types-requests,
types-python-slugify,
types-dataclasses,
]
# Run pylint also with tox, because local repos don't seem to work well with https://pre-commit.ci/
# The recommended way is to use a local hook:
# https://pylint.pycqa.org/en/latest/user_guide/installation/pre-commit-integration.html
Expand Down

0 comments on commit 4ad2a56

Please sign in to comment.