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 30, 2024
1 parent f48bf58 commit d8f51a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 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
tidelift: pypi/bidict
polar: jab
ko_fi: joshbronson
custom:
- http://paypal.me/js3
- https://thanks.dev
- https://gumroad.com/l/bidict
tidelift: "pypi/bidict"

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
1 change: 0 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ doctest_optionflags = ELLIPSIS
addopts =
-vv
--doctest-modules
--doctest-glob=tests/*.txt
--doctest-glob=docs/*.rst
--durations=5
--hypothesis-profile=less-examples
Expand Down

0 comments on commit d8f51a8

Please sign in to comment.