Skip to content

Commit

Permalink
Update ruff precommit following PR #127
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Nov 5, 2024
1 parent 692af11 commit 5357d19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions {{cookiecutter.package_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ repos:
args: [--fix=lf]
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.6.3
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
hooks:
- id: ruff
args: [ --config=pyproject.toml ]
- id: ruff-format
args: [ --config=pyproject.toml ]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
hooks:
Expand Down

0 comments on commit 5357d19

Please sign in to comment.