diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6c446d..77b243c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.9 + rev: v0.15.20 hooks: - id: ruff-check args: [--exit-non-zero-on-fix] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black @@ -27,7 +27,7 @@ repos: exclude: \.github/ISSUE_TEMPLATE\.md|\.github/PULL_REQUEST_TEMPLATE\.md - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.1 + rev: 0.37.4 hooks: - id: check-github-workflows - id: check-renovate @@ -38,12 +38,12 @@ repos: - id: actionlint - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.23.1 + rev: v1.26.1 hooks: - id: zizmor - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.21.0 + rev: v2.25.1 hooks: - id: pyproject-fmt @@ -63,7 +63,7 @@ repos: - id: yamlfmt - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.8.1 + rev: v3.9.4 hooks: - id: prettier args: [--prose-wrap=always, --print-width=88] diff --git a/pyproject.toml b/pyproject.toml index b277739..1843da1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,15 +100,15 @@ lint.future-annotations = true max_supported_python = "3.15" [tool.mypy] -pretty = true strict = true +pretty = true show_error_codes = true [tool.pytest] -minversion = "9.0" addopts = [ "--color=yes" ] -testpaths = [ "tests" ] filterwarnings = [ "error" ] +minversion = "9.0" +testpaths = [ "tests" ] [tool.coverage] # Regexes for lines to exclude from consideration