Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (hynek#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Nov 7, 2022
1 parent 465a0c8 commit 0092bc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ default_language_version:

repos:
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black

- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.2.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -35,7 +35,7 @@ repos:
exclude: docs/code_examples

- repo: https://github.com/codespell-project/codespell
rev: v2.2.1
rev: v2.2.2
hooks:
- id: codespell
args: [-L, alog]
Expand Down

0 comments on commit 0092bc5

Please sign in to comment.