Skip to content

Commit

Permalink
chore(pre-commit): update Ruff hook to include custom config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaloc-Es committed Dec 1, 2024
1 parent 61a9d45 commit ab84408
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,11 @@ repos:
repo: https://github.com/commitizen-tools/commitizen
rev: v4.0.0

- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]

- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black
language_version: python3.8

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
hooks:
- id: ruff
args: [ --fix ]
args: [ --fix, --config=ruff.toml ]
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit ab84408

Please sign in to comment.