diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 00000000..47e6638f --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,11 @@ +files: "(console_conf|subiquity|subiquitycore|system_setup)" +repos: + - repo: https://github.com/psf/black + rev: 23.7.0 + hooks: + - id: black + - repo: https://github.com/pycqa/isort + rev: 5.12.0 + hooks: + - id: isort + name: isort