Skip to content

Commit

Permalink
update ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdullahsoyturk committed Jun 11, 2024
1 parent 803d9bb commit 13624e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ repos:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.4.8
hooks:
# Run the linter.
- id: ruff
args: [ --fix ]
# Run the formatter.
- id: ruff-format

0 comments on commit 13624e0

Please sign in to comment.