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.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
- [github.com/codespell-project/codespell: v2.2.1 → v2.2.2](codespell-project/codespell@v2.2.1...v2.2.2)
  • Loading branch information
pre-commit-ci[bot] authored and peterjc committed Nov 7, 2022
1 parent 27c2dc0 commit 1a47e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -20,7 +20,7 @@ repos:
- id: trailing-whitespace
files: \.(py|sh|rst|yml|yaml)$
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
exclude: tests/
Expand Down Expand Up @@ -53,7 +53,7 @@ repos:
--report-level=warning,
]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.1
rev: v2.2.2
hooks:
- id: codespell
files: \.(py|sh|rst|yml|yaml)$
Expand Down

0 comments on commit 1a47e32

Please sign in to comment.