Skip to content

Commit

Permalink
pre-commit: stop fixing PRs unless asked!
Browse files Browse the repository at this point in the history
  • Loading branch information
olantwin committed Jun 11, 2024
1 parent 23f9575 commit 6328909
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 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.4.5
rev: v0.4.8
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand All @@ -19,11 +19,13 @@ repos:
hooks:
- id: pydocstyle
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.5
rev: v18.1.6
hooks:
- id: clang-format
types_or: [c++, c, cuda]
- repo: https://github.com/cpplint/cpplint
rev: 1.6.1
hooks:
- id: cpplint
ci:
autofix_prs: false

0 comments on commit 6328909

Please sign in to comment.