Minor ruff fixes in integration tests

This commit is contained in:
Donkie
2023-07-10 11:21:36 +02:00
parent 5654b5d7bc
commit 34257869ba
3 changed files with 11 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ repos:
- id: black
args: ["--check"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.270
rev: v0.0.277
hooks:
- id: ruff
args: ["--target-version", "py39"]