diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 22d67e29..ef8a625c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,11 +25,11 @@ repos: entry: isort --profile=black name: isort (python) - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.1 hooks: - id: black - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: v0.7.0 + rev: v0.8.1 hooks: - id: sphinx-lint args: [--jobs=1]