diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f71fbfc..9d9cc7c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: isort name: isort (python) - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 24.3.0 hooks: - id: black language_version: python3 diff --git a/requirements-dev.txt b/requirements-dev.txt index 48f3648..7f36826 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ # absolufy-imports==0.3.1 # via -r requirements-dev.in -black==23.7.0 +black==24.3.0 # via -r requirements-dev.in build==0.10.0 # via pip-tools