diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0614e64..a7084c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ default_language_version: python: python3.11 repos: - repo: https://github.com/asottile/add-trailing-comma.git - rev: v2.4.0 + rev: v3.1.0 hooks: - id: add-trailing-comma args: @@ -12,13 +12,13 @@ repos: stages: ["manual"] - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: Sort import statements using isort - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.9-for-vscode" + rev: "v4.0.0-alpha.8" hooks: - id: prettier additional_dependencies: @@ -27,24 +27,24 @@ repos: - prettier-plugin-jinja-template - repo: https://github.com/psf/black.git - rev: 23.3.0 + rev: 24.1.1 hooks: - id: black language_version: python3 - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v6.31.0 + rev: v8.3.0 hooks: - id: cspell name: Spell check with cspell - repo: https://github.com/Lucas-C/pre-commit-hooks.git - rev: v1.5.1 + rev: v1.5.4 hooks: - id: remove-tabs - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.4.0 + rev: v4.5.0 hooks: # Side-effects: - id: trailing-whitespace @@ -70,12 +70,12 @@ repos: - id: check-json5 - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.2.6 hooks: - id: codespell - repo: https://github.com/adrienverge/yamllint.git - rev: v1.31.0 + rev: v1.33.0 hooks: - id: yamllint args: @@ -83,7 +83,7 @@ repos: types: [file, yaml] - repo: https://github.com/PyCQA/flake8.git - rev: 6.0.0 + rev: 7.0.0 hooks: - id: flake8 alias: flake8 @@ -94,7 +94,7 @@ repos: - darglint - flake8-docstrings - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.3.0 + rev: v1.8.0 hooks: - id: mypy additional_dependencies: @@ -104,7 +104,7 @@ repos: - types-Flask - repo: https://github.com/pycqa/pylint.git - rev: v3.0.0a6 + rev: v3.0.3 hooks: - id: pylint args: