Skip to content

Commit

Permalink
Keep entries separate
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccorm4 committed Jul 15, 2024
1 parent 214a465 commit 45bb1a6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,20 @@
repos:

# Python formatting/linting
## Run the Ruff linter and formatter.
## Run the Ruff formatter.
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.2
hooks:
- id: ruff
- id: ruff-format
exclude: "src/triton_cli/trt_llm/checkpoint_scripts|src/triton_cli/templates/trt_llm"

## Run the Ruff linter.
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.2
hooks:
- id: ruff
exclude: "src/triton_cli/trt_llm/checkpoint_scripts|src/triton_cli/templates/trt_llm"

# Upgrade Python syntax
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
Expand Down

0 comments on commit 45bb1a6

Please sign in to comment.