mirror of https://github.com/jab/bidict.git
Update pre-commit hooks
This commit is contained in:
parent
f48bf580dc
commit
d8f51a8f6c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue