diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 458464c0..21e427f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,11 +19,11 @@ repos: hooks: - id: shellcheck - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.16.2 + rev: v2.19.0 hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.5 + rev: v0.15.6 hooks: - id: ruff args: ["--exit-non-zero-on-fix"] diff --git a/pyproject.toml b/pyproject.toml index 8e9fcdd6..a76c61eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ group.docs.dependencies.myst-parser = "^4.0" group.docs.dependencies.tomli = "^2.0" plugins.hypothesis._ = "returns.contrib.hypothesis._entrypoint:_setup_hook" plugins.pytest11.returns = "returns.contrib.pytest.plugin" -urls."Funding" = "https://github.com/sponsors/dry-python" +urls.Funding = "https://github.com/sponsors/dry-python" [tool.ruff] # Ruff config: https://docs.astral.sh/ruff/settings