mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-22 09:13:06 +00:00
pre-commit: update isort, Black, and flake8
No changes required. mypy is still pinned for the sake of Python 3.6. Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
parent
be96cf6e7f
commit
08adab777e
@ -1,17 +1,17 @@
|
||||
repos:
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.10.1
|
||||
rev: 5.11.2
|
||||
hooks:
|
||||
- id: isort
|
||||
name: isort (python)
|
||||
exclude: ^contrib/
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.3.0
|
||||
rev: 22.12.0
|
||||
hooks:
|
||||
- id: black
|
||||
exclude: ^contrib/
|
||||
- repo: https://github.com/pycqa/flake8
|
||||
rev: 4.0.1
|
||||
rev: 6.0.0
|
||||
hooks:
|
||||
- id: flake8
|
||||
exclude: ^contrib/
|
||||
|
Loading…
Reference in New Issue
Block a user