diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d026abb19..32aa59636 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,9 +16,9 @@ repos: rev: v0.3.4 hooks: # Run the linter. - # - id: ruff - # name: lint Python - # # args: [ --fix ] + - id: ruff + name: lint Python + # args: [ --fix ] # Run the formatter. - id: ruff-format - repo: https://github.com/pre-commit/mirrors-prettier