pre-commit: Add python formatter for wscript and XML formatter

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2023-03-10 22:05:35 -07:00 committed by Andrew Tridgell
parent d1639f5d58
commit 4e574f7683
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ repos:
# Disable isort and mypy temporarily due to config conflicts
# # Use to sort python imports by name and put system import first.
# - repo: https://github.com/pycqa/isort
# rev: 5.10.1
# rev: 5.12.0
# hooks:
# - id: isort
# args: [--check-only]