diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f8e4cd0..c1b48d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,17 +6,17 @@ repos: - 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.0.284' hooks: - id: ruff - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.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.0.1 hooks: - id: prettier args: [--ignore-path .gitignore]