diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 68832f5..b7895fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: ruff - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.7.0 + rev: 23.11.0 hooks: - id: black diff --git a/setup.py b/setup.py index baa56ad..9ad3249 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ }, extras_require={ "dev": [ - "black==23.7.0", + "black==23.11.0", "mypy==1.5.1", "nox", "types-setuptools",