mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-22 17:23:06 +00:00
pre-commit: update Black, flake8, and pre-commit-hooks
No changes required. Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
parent
c63df3827a
commit
31fd062f25
@ -6,11 +6,11 @@ repos:
|
||||
- id: isort
|
||||
name: isort (python)
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 23.7.0
|
||||
rev: 23.10.1
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/pycqa/flake8
|
||||
rev: 6.0.0
|
||||
rev: 6.1.0
|
||||
hooks:
|
||||
- id: flake8
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
@ -20,7 +20,7 @@ repos:
|
||||
args: [--show-error-codes, --strict, --no-warn-return-any, --no-warn-unused-ignores]
|
||||
files: ^drgn/.*\.py|_drgn.pyi$
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
rev: v4.5.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
exclude_types: [diff]
|
||||
|
Loading…
Reference in New Issue
Block a user