Linter update to ruff==0.0.292 (#191)

This commit is contained in:
2023-10-04 20:04:59 +02:00
committed by GitHub
parent 41f2c9f995
commit ea89a64a80
4 changed files with 259 additions and 250 deletions

View File

@@ -28,7 +28,7 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.291
rev: v0.0.292
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
@@ -86,7 +86,7 @@ repos:
- id: validate-html
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.26.3
rev: 0.27.0
hooks:
- id: check-github-workflows