fix pre-commit hook (#4070)

This commit is contained in:
HADEON 2026-01-02 03:33:24 +01:00 committed by GitHub
parent fd143af05b
commit d1a74edf9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 8 deletions

View File

@ -44,12 +44,9 @@ repos:
- pytest-mock
- cryptography
- textual
- repo: local
- repo: https://github.com/pycqa/pylint
rev: v4.0.4
hooks:
- id: pylint
name: pylint
entry: pylint
language: system
types: [python]
fail_fast: true
require_serial: true
- id: pylint
fail_fast: true
require_serial: true