Skip to content

Commit

Permalink
Add isort to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
olantwin committed Oct 21, 2024
1 parent a75b47e commit 8497bb7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.0
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand All @@ -19,7 +19,7 @@ repos:
hooks:
- id: pydocstyle
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.1
rev: v19.1.2
hooks:
- id: clang-format
types_or: [c++, c, cuda]
Expand All @@ -33,5 +33,10 @@ repos:
rev: 1.4.3
hooks:
- id: cmakelint
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
ci:
autofix_prs: false

0 comments on commit 8497bb7

Please sign in to comment.