diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f0f13c..829d3ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: check-yaml - id: requirements-txt-fixer - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.4 + rev: v4.0.0-alpha.7 hooks: - id: prettier - repo: https://github.com/asottile/setup-cfg-fmt @@ -34,11 +34,11 @@ repos: ## - isort ## === ## - repo: https://github.com/PyCQA/isort - rev: 5.13.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black # black-jupyter ## >>> black and isort ##