Skip to content

Commit

Permalink
uncommented ruff and numpydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
vapavlo committed May 11, 2024
1 parent cf33766 commit efcf759
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ repos:
# - id: trailing-whitespace
- id: requirements-txt-fixer

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

# - repo: https://github.com/numpy/numpydoc
# rev: v1.6.0
# hooks:
# - id: numpydoc-validation
- repo: https://github.com/numpy/numpydoc
rev: v1.6.0
hooks:
- id: numpydoc-validation

0 comments on commit efcf759

Please sign in to comment.