diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8ad1e9..17f9cc7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,13 +20,13 @@ repos: - id: trailing-whitespace files: \.(py|sh|rst|yml|yaml)$ - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.8.0 hooks: - id: black exclude: tests/ args: [--check] - repo: https://github.com/PyCQA/flake8 - rev: 5.0.2 + rev: 5.0.4 hooks: - id: flake8 additional_dependencies: [ @@ -46,14 +46,14 @@ repos: additional_dependencies: [black==22.6.0] exclude: ^.github/ - repo: https://github.com/myint/rstcheck - rev: v6.0.0.post1 + rev: v6.1.0 hooks: - id: rstcheck args: [ --report-level=warning, ] - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.2.1 hooks: - id: codespell files: \.(py|sh|rst|yml|yaml)$