Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.10.0 → 23.10.1](psf/black@23.10.0...23.10.1)
- [github.com/crate-ci/typos: typos-dict-v0.11.2 → v1.16.21](crate-ci/typos@typos-dict-v0.11.2...v1.16.21)
  • Loading branch information
pre-commit-ci[bot] authored Oct 30, 2023
1 parent 9a187f8 commit c6781e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repos:
- id: dead
args: ["--exclude", "examples/"] # global exclude does not work
- repo: https://github.com/psf/black
rev: 23.10.0
rev: 23.10.1
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand Down Expand Up @@ -91,7 +91,7 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.11.2
rev: v1.16.21
hooks:
- id: typos
exclude: \.svg$
Expand Down

0 comments on commit c6781e6

Please sign in to comment.