diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a1a987ccd..dffc22233 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: isort name: isort (python) - repo: https://github.com/ambv/black - rev: 24.10.0 + rev: 25.9.0 hooks: - id: black args: [--safe, --quiet, --line-length, "100"]