diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4853cb07..eeb02fde 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: # - id: end-of-file-fixer # - id: trailing-whitespace - repo: "https://github.com/psf/black" - rev: 23.12.0 + rev: 24.2.0 hooks: - id: black language_version: python3 diff --git a/requirements.dev.txt b/requirements.dev.txt index 1c23a181..68450fca 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,4 +1,4 @@ -black +black==24.2.0 coverage nose2 ruff==0.3.0