diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 795a441..3f5ba23 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,18 +4,18 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.4.0" + rev: "v4.5.0" hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - repo: https://github.com/pycqa/flake8 - rev: "6.0.0" + rev: "7.0.0" hooks: - id: flake8 - repo: https://github.com/pycqa/isort - rev: "5.12.0" + rev: "5.13.2" hooks: - id: isort name: isort (python) @@ -26,11 +26,11 @@ repos: name: isort (pyi) types: [pyi] - repo: https://github.com/psf/black - rev: "22.12.0" + rev: "24.1.1" hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.4" + rev: "v4.0.0-alpha.8" hooks: - id: prettier