diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f8e4cd0..dd5eac3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,22 +1,22 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: mixed-line-ending - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.263' + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: 'v0.1.7' hooks: - id: ruff - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.11.0 hooks: - id: black args: [--safe, --quiet] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.9-for-vscode + rev: v3.1.0 hooks: - id: prettier args: [--ignore-path .gitignore] @@ -24,3 +24,4 @@ repos: ci: autofix_prs: false + autoupdate_schedule: quarterly