diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 958f336..7ded59a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,13 +23,13 @@ repos: - id: nbqa-isort # isort inside Jupyter notebooks - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: [flake8-rst-docstrings] #, flake8-docstrings] - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.9.1 hooks: - id: black-jupyter