diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b5e63ff..98325d7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -16,12 +16,12 @@ repos: name: isort (python) args: ["--force-single-line-imports", "--profile", "black"] - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black language_version: python3.10 - repo: https://github.com/pycqa/flake8 - rev: "7.0.0" + rev: "7.1.1" hooks: - id: flake8 exclude: migrations