fix pre-commit hook (#4070)
This commit is contained in:
parent
fd143af05b
commit
d1a74edf9d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue