diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ac65684..e127a8c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - - repo: https://github.com/psf/black - rev: 24.1.1 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.3.1 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.3.0 hooks: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 8.0.1 hooks: - id: isort name: isort (python) diff --git a/docs/conf.py b/docs/conf.py index 8d21337..f649696 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,6 @@ import mrvi # noqa - # -- General configuration --------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here.