Skip to content

Commit

Permalink
chore: introduce ruff
Browse files Browse the repository at this point in the history
Signed-off-by: slowy07 <[email protected]>
  • Loading branch information
slowy07 committed Nov 16, 2024
1 parent 94cfeab commit 4af92f0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ repos:
- id: check-added-large-files
args: ["--maxkb=500"]

- repo: https://github.com/psf/black
rev: 24.10.0
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
hooks:
- id: black-jupyter
- id: ruff
types_or: [pyi, jupyter]

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
Expand Down

0 comments on commit 4af92f0

Please sign in to comment.