Skip to content

Commit 5502a88

Browse files
[pre-commit.ci] pre-commit autoupdate (#511)
- [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>
1 parent 6e12eea commit 5502a88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ repos:
1818
args: [--preserve-quotes]
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.6.9
21+
rev: v0.9.2
2222
hooks:
2323
- id: ruff-format
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
2626

2727
- repo: https://github.com/python-jsonschema/check-jsonschema
28-
rev: "0.29.3"
28+
rev: "0.31.0"
2929
hooks:
3030
- id: check-dependabot
3131
- id: check-github-workflows

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import pytest
55
import requests
6-
from requests.exceptions import ConnectionError
6+
from requests.exceptions import ConnectionError # noqa: A004
77

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

0 commit comments

Comments
 (0)