Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jab committed Mar 27, 2024
1 parent f48bf58 commit 26c68f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository

github: "jab"
github: jab
custom:
- http://paypal.me/js3
- https://thanks.dev
- https://gumroad.com/l/bidict
tidelift: "pypi/bidict"

tidelift: pypi/bidict
polar: jab
ko_fi: joshbronson
community_bridge: # PROJECT-NAME
issuehunt: # USERNAME
ko_fi: # USERNAME
liberapay: # Replace with a single Liberapay username
open_collective: # Replace with a single Open Collective username
patreon: # Replace with a single Patreon username
polar: # USERNAME
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ repos:
- pytest

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.3
rev: v0.3.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6
rev: v0.10.0.1
hooks:
- id: shellcheck

0 comments on commit 26c68f9

Please sign in to comment.