Skip to content

Commit

Permalink
Merge branch 'main' into scene
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans authored Apr 30, 2024
2 parents 7552cdd + d37d91d commit feeae8c
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 @@ -15,15 +15,15 @@ repos:
- id: pretty-format-toml
args: [--autofix, --trailing-commas]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
rev: v0.4.2
hooks:
- id: ruff
args: [--fix]
types_or: [python, pyi, jupyter]
- id: ruff-format
types_or: [python, pyi, jupyter]
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.359
rev: v1.1.360
hooks:
- id: pyright
- repo: https://github.com/doublify/pre-commit-rust
Expand Down

0 comments on commit feeae8c

Please sign in to comment.