Skip to content

Commit

Permalink
Merge branch 'main' into feature/v3.7.x/jetson_uefi_rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang authored Sep 3, 2024
2 parents 8a1a49d + 9c86cd4 commit 6dc9144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.2
rev: v0.6.3
hooks:
- id: ruff
args: [--fix]
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
# It is recommended to specify the latest version of Python
Expand Down

0 comments on commit 6dc9144

Please sign in to comment.