diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a9ef5f1..97c2c6e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: hooks: - id: black - repo: https://github.com/pycqa/isort - rev: v5.11.3 + rev: 5.11.4 hooks: - id: isort - repo: https://github.com/pycqa/flake8 @@ -23,7 +23,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pycqa/pydocstyle - rev: 6.1.1 + rev: 6.2.0 hooks: - id: pydocstyle - repo: https://github.com/pre-commit/pygrep-hooks