Merge pull request #216 from jazzband/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Rémy HUBSCHER 2024-12-16 21:37:50 +01:00 committed by GitHub
commit b02e2f13f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ repos:
args:
- --trailing-comma=es5
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.16.0
rev: v9.17.0
hooks:
- id: eslint
additional_dependencies:
@ -44,7 +44,7 @@ repos:
args:
- --fix
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.8.2'
rev: 'v0.8.3'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]