Skip to content

Commit

Permalink
Pin ruff, fix precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-myers committed Feb 5, 2024
1 parent c42b3ab commit 4c35c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
rev: v0.0.284
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
Expand All @@ -10,7 +10,7 @@ repos:
- id: black
language_version: python
- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
rev: 0.6.1
hooks:
- id: nbstripout
args: [
Expand Down

0 comments on commit 4c35c29

Please sign in to comment.