Skip to content

Commit

Permalink
Merge pull request #399 from riscv-software-src/dev/kbroch/py-fmt-pre…
Browse files Browse the repository at this point in the history
…-commit

install python fmt pre-commit hooks
  • Loading branch information
kbroch-rivosinc authored Jan 9, 2025
2 parents 8648c91 + 6f5c191 commit 9f0f7bd
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 9f0f7bd

Please sign in to comment.