diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 224aa25..711da45 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.261" + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.1.6" hooks: - id: ruff args: @@ -9,7 +9,7 @@ repos: - "--exit-non-zero-on-fix" - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.6" + rev: "v3.1.0" hooks: - id: prettier additional_dependencies: @@ -17,23 +17,23 @@ repos: - prettier-plugin-toml - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.11.0 hooks: - id: black - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v6.31.0 + rev: v8.0.0 hooks: - id: cspell name: Spell check with cspell - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.4.2 + rev: v1.5.4 hooks: - id: remove-tabs - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-merge-conflict - id: check-symlinks @@ -44,12 +44,12 @@ repos: - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.2.6 hooks: - id: codespell - repo: https://github.com/adrienverge/yamllint - rev: v1.30.0 + rev: v1.33.0 hooks: - id: yamllint args: @@ -62,7 +62,7 @@ repos: - id: darglint - repo: https://github.com/pycqa/pylint - rev: v2.17.1 + rev: v3.0.1 hooks: - id: pylint additional_dependencies: