Skip to content

Commit

Permalink
install python fmt pre-commit hooks
Browse files Browse the repository at this point in the history
relates to #394
  • Loading branch information
kbroch-rivosinc committed Jan 9, 2025
1 parent 8648c91 commit 6f5c191
Show file tree
Hide file tree
Showing 2 changed files with 539 additions and 399 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,13 @@ repos:
# alias: check-jsonschema-manual-version
# files: ^arch/manual/.*\.(yaml|yml)$
# args: ["--schemafile", "schemas/manual_version_schema.json"]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.8.0
hooks:
- id: black

- repo: https://github.com/asottile/pyupgrade
rev: v3.19.1
hooks:
- id: pyupgrade
Loading

0 comments on commit 6f5c191

Please sign in to comment.