diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9195dc1..b5be8f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: "doc|research|demos" repos: - repo: https://github.com/psf/black - rev: 26.1.0 + rev: 26.3.0 hooks: - id: black args: [--safe, --quiet, --line-length, "100"]