Skip to content

Commit

Permalink
add .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbungert committed Jul 24, 2023
1 parent a9b925d commit 5b91e36
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5b91e36

Please sign in to comment.