Skip to content

Commit

Permalink
[pre-commit.ci] autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0)
- [github.com/PyCQA/flake8: 5.0.2 → 5.0.4](PyCQA/flake8@5.0.2...5.0.4)
- [github.com/myint/rstcheck: v6.0.0.post1 → v6.1.0](rstcheck/rstcheck@v6.0.0.post1...v6.1.0)
- [github.com/codespell-project/codespell: v2.1.0 → v2.2.1](codespell-project/codespell@v2.1.0...v2.2.1)
  • Loading branch information
pre-commit-ci[bot] authored and peterjc committed Sep 5, 2022
1 parent c08f0ba commit f370d61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -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: [
Expand All @@ -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)$
Expand Down

0 comments on commit f370d61

Please sign in to comment.