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.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- [github.com/crate-ci/typos: v1.16.0 → v1.16.1](crate-ci/typos@v1.16.0...v1.16.1)
  • Loading branch information
pre-commit-ci[bot] authored Jul 17, 2023
1 parent 435574b commit 66c2355
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.3.0
rev: 23.7.0
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: v1.16.0
rev: v1.16.1
hooks:
- id: typos
exclude: \.svg$
Expand Down

0 comments on commit 66c2355

Please sign in to comment.