diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f9499ec..40031cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/PyCQA/isort - rev: 6.0.0 + rev: 6.0.1 hooks: - id: isort files: ex_app/lib/ @@ -21,6 +21,6 @@ repos: files: ex_app/lib/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.4 + rev: v0.11.0 hooks: - id: ruff