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: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...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 ad29dfe commit 661c8d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ repos:
language: pygrep
files: \.(py|sh|rst|yml|yaml)$
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
args: [--check, --diff]
exclude: ^tests/test_cases/example_unicode.py
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies: [
Expand All @@ -51,14 +51,14 @@ repos:
additional_dependencies: [black==22.6.0]
exclude: ^(.github/|tests/test_cases/example_unicode.py)
- 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 661c8d3

Please sign in to comment.