diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 673e98b067..33303f9839 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: - __init__.py - --remove-duplicate-keys - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: isort (python) @@ -47,7 +47,7 @@ repos: name: isort (pyi) types: [pyi] - repo: https://github.com/psf/black - rev: 23.10.0 + rev: 24.2.0 hooks: - id: black ci: