diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index edf21d1b1b..b9a833588a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: # Ignoring warnings about missing docstrings. - --add-ignore=D100,D101,D102,D103,D104,D105,D107 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-ast - id: check-docstring-first