diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9ee38142..58c6d277 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,8 +19,9 @@ repos: args: - --py36-plus - - repo: https://github.com/pycqa/flake8 - rev: 6.1.0 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.287 hooks: - - id: flake8 - additional_dependencies: [flake8-pyproject] + - id: ruff + args: + - src/cooler