Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#511)
Browse files Browse the repository at this point in the history
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.9.2](astral-sh/ruff-pre-commit@v0.6.9...v0.9.2)
- [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.31.0](python-jsonschema/check-jsonschema@0.29.3...0.31.0)

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Daniel Hollas <daniel.hollas@bristol.ac.uk>
  • Loading branch information
pre-commit-ci[bot] and danielhollas authored Jan 17, 2025
1 parent 6e12eea commit 5502a88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ repos:
args: [--preserve-quotes]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.9.2
hooks:
- id: ruff-format
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.29.3"
rev: "0.31.0"
hooks:
- id: check-dependabot
- id: check-github-workflows
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import pytest
import requests
from requests.exceptions import ConnectionError
from requests.exceptions import ConnectionError # noqa: A004

TARGETS = ("base", "lab", "base-with-services", "full-stack")

Expand Down

0 comments on commit 5502a88

Please sign in to comment.