diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4a083e1..4f1702f 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.4.0" + rev: "v4.5.0" hooks: - id: check-toml - id: check-yaml @@ -15,7 +15,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pycqa/isort - rev: "5.12.0" + rev: "5.13.1" hooks: - id: isort name: isort (python) @@ -26,7 +26,7 @@ repos: name: isort (pyi) types: [pyi] - repo: https://github.com/psf/black - rev: "23.7.0" + rev: "23.11.0" hooks: - id: black language_version: python3