Skip to content

Commit bbc17d3

Browse files
committed
Style noise.
1 parent fb5750d commit bbc17d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
args: [--fix, lf]
1717
- id: trailing-whitespace
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.15.5
19+
rev: v0.15.8
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --exit-non-zero-on-fix]

jsonschema/benchmarks/import_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
def import_time(loops):
1010
total_us = 0
1111
for _ in range(loops):
12-
p = subprocess.run( # noqa: S603 (arguments are static)
12+
p = subprocess.run(
1313
[sys.executable, "-X", "importtime", "-c", "import jsonschema"],
1414
stderr=subprocess.PIPE,
1515
stdout=subprocess.DEVNULL,

0 commit comments

Comments
 (0)