diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1c0e2fd..fadfb1a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -13,7 +13,7 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: "24.3.0" + rev: "24.10.0" hooks: - id: black @@ -23,17 +23,17 @@ repos: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: "7.0.0" + rev: "7.1.1" hooks: - id: flake8 - repo: https://github.com/asottile/pyupgrade - rev: "v3.15.2" + rev: "v3.19.0" hooks: - id: pyupgrade args: ["--py37-plus"] - repo: https://github.com/floatingpurr/sync_with_poetry - rev: 1.1.0 + rev: 1.2.0 hooks: - id: sync_with_poetry