diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa73c2ad..cafe4dd3 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 \ No newline at end of file + - repo: https://github.com/numpy/numpydoc + rev: v1.6.0 + hooks: + - id: numpydoc-validation \ No newline at end of file