diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6459e3fa..c4b2510f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: files: requirements-dev.txt - repo: https://github.com/PyCQA/flake8 - rev: 5.0.2 + rev: 5.0.4 hooks: - id: flake8 exclude: docs/source/conf.py @@ -29,7 +29,7 @@ repos: args: ["--profile", "black", "--filter-files"] - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.8.0 hooks: - id: black language_version: python3 @@ -43,7 +43,7 @@ repos: args: ["--ignore-missing-imports", "--python-executable=CONDA_PREFIX"] - repo: https://github.com/keewis/blackdoc - rev: v0.3.5 + rev: v0.3.6 hooks: - id: blackdoc @@ -55,7 +55,7 @@ repos: args: [--config=pyproject.toml] - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.2.1 hooks: - id: codespell exclude: >