Skip to content

Commit

Permalink
Attempting pre-commit fixes with autoupdate.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-myers committed Feb 5, 2024
1 parent 960fac8 commit 3d0e814
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.284
rev: v0.2.0
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.1.1
hooks:
- id: black
language_version: python
- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
rev: 0.7.1
hooks:
- id: nbstripout
args: [
Expand Down

0 comments on commit 3d0e814

Please sign in to comment.