diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f0253ba..c02ef32 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,19 +12,19 @@ repos: - id: mixed-line-ending - repo: https://github.com/PyCQA/isort - rev: 7.0.0 + rev: 8.0.0 hooks: - id: isort files: ex_app/lib/ - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.12.0 + rev: 26.1.0 hooks: - id: black files: ex_app/lib/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.11 + rev: v0.15.2 hooks: - id: ruff