Skip to content

Commit

Permalink
Bump Ruff version and add formatting
Browse files Browse the repository at this point in the history
- [ ] Closes #96
  • Loading branch information
jbusecke authored May 6, 2024
1 parent 3ba30c7 commit 1666427
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ repos:
- id: check-yaml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.5"
# Ruff version.
rev: v0.4.2
hooks:
# Run the linter.
- id: ruff
args: ["--fix"]
# - repo: https://github.com/Carreau/velin
# rev: 0.0.8
# hooks:
# - id: velin
# args: ["--write", "--compact"]
args: [ --fix ]
# Run the formatter.
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
hooks:
Expand Down

0 comments on commit 1666427

Please sign in to comment.