Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vapavlo committed May 11, 2024
1 parent 9bc77f1 commit 24b97ba
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
Expand Up @@ -23,11 +23,11 @@ repos:
hooks:
- id: ruff
#types_or: [ python, pyi, jupyter ]
types_or: [ python, pyi ]
types_or: [ python ]
args: [ --fix ]
- id: ruff-format
#types_or: [ python, pyi, jupyter ]
types_or: [ python, pyi ]
types_or: [ python ]

- repo: https://github.com/numpy/numpydoc
rev: v1.6.0
Expand Down

0 comments on commit 24b97ba

Please sign in to comment.