diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 380f8766fa..98812cf488 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-merge-conflict - id: check-yaml @@ -26,7 +26,7 @@ repos: exclude: *exclude_pre_commit_hooks - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.6 + rev: 0.30.0 hooks: - id: check-github-workflows @@ -37,14 +37,14 @@ repos: args: [--line-length=120, --fail-on-change] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.0 + rev: v0.8.6 hooks: - id: ruff-format - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.13.0 + rev: v2.14.0 hooks: - id: pretty-format-toml args: [--autofix] diff --git a/pyproject.toml b/pyproject.toml index b767d52841..fa47771984 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -387,6 +387,7 @@ minversion = '7.0' testpaths = [ 'tests' ] +timeout = 60 xfail_strict = true [tool.ruff]