diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e297555..5084f46 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,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/ @@ -24,7 +24,7 @@ repos: files: ex_app/lib/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.7 + rev: v0.11.0 hooks: - id: ruff