Skip to content

Commit

Permalink
Update ruff and black version. Add nb pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed May 23, 2024
1 parent 10da43a commit 4a7cd02
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.2.0
rev: 24.4.2
hooks:
- id: black
language_version: python3.11
Expand All @@ -21,6 +21,11 @@ repos:
name: isort (python)

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.2
rev: v0.4.4
hooks:
- id: ruff

- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
hooks:
- id: nbstripout

0 comments on commit 4a7cd02

Please sign in to comment.