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 24b97ba commit fdec50c
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
Expand Up @@ -19,15 +19,15 @@ repos:
- id: requirements-txt-fixer

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
rev: v0.4.4
hooks:
- id: ruff
#types_or: [ python, pyi, jupyter ]
types_or: [ python ]
types_or: [ python, pyi ]
args: [ --fix ]
- id: ruff-format
#types_or: [ python, pyi, jupyter ]
types_or: [ python ]
types_or: [ python, pyi ]

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

0 comments on commit fdec50c

Please sign in to comment.