diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f1c6ffc..e682cea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-ast @@ -26,33 +26,33 @@ repos: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 24.2.0 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: "5.12.0" + rev: "5.13.2" hooks: - id: isort - repo: https://github.com/pycqa/flake8 - rev: "6.0.0" + rev: "7.0.0" hooks: - id: flake8 - repo: https://github.com/ikamensh/flynt - rev: "0.78" + rev: "1.0.1" hooks: - id: flynt - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.15.0 hooks: - id: pyupgrade args: [--py311-plus] - repo: https://github.com/adrienverge/yamllint - rev: v1.30.0 + rev: v1.34.0 hooks: - id: yamllint args: [--strict] - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.2.6 hooks: - id: codespell - repo: https://github.com/hadolint/hadolint