Skip to content

Commit

Permalink
chore: select all ruff checks and use formatting (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Apr 27, 2024
1 parent c5aadbb commit 00230f0
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 245 deletions.
11 changes: 3 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
repos:
- repo: local
hooks:
- id: black
name: black
language: system
entry: black
types: [python]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.3.2'
rev: 'v0.4.2'
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
Expand Down
Loading

0 comments on commit 00230f0

Please sign in to comment.