diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 03386d0be..6fdc0ca4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: skip: [eslint, pyright] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -10,7 +10,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.6.7 + rev: v0.7.2 hooks: # Run the linter. - id: ruff @@ -24,7 +24,7 @@ repos: entry: bash -c 'ENV_NAME=dats source backend/_activate_current_env.sh && pyright $(for file in "$@"; do [[ $file == *.py ]] && echo "$file"; done)' language: system - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.11.0 + rev: v9.14.0 hooks: - id: eslint files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx