diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 673e98b067..1d8679097b 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: 23.12.0 hooks: - id: black ci: