diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 322a2db..1d91ce9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ exclude: ^frontend/src/services/server repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -19,7 +19,7 @@ repos: args: [ --fix=lf ] - repo: https://github.com/python-poetry/poetry - rev: 1.8.0 + rev: 2.2.1 hooks: - id: poetry-check files: pyproject\.toml$ @@ -27,7 +27,7 @@ repos: args: [ --lock ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.1 + rev: v0.14.5 hooks: - id: ruff files: \.py$ @@ -37,7 +37,7 @@ repos: types: [ file ] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.13.0 + rev: v10.0.0-alpha.0 hooks: - id: eslint files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx