diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 322a2db..f9d94f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: args: [ --lock ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.1 + rev: v0.8.0 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: v9.15.0 hooks: - id: eslint files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx