diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ef8a625c..01bc17e0 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.10.1 + rev: 23.11.0 hooks: - id: black - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: v0.8.1 + rev: v0.8.2 hooks: - id: sphinx-lint args: [--jobs=1]