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/pre-commit/mirrors-mypy: v1.6.0 β†’ v1.6.1](pre-commit/mirrors-mypy@v1.6.0...v1.6.1)
- [github.com/psf/black: 23.9.1 β†’ 23.10.0](psf/black@23.9.1...23.10.0)
- [github.com/crate-ci/typos: v1.16.19 β†’ typos-dict-v0.11.2](crate-ci/typos@v1.16.19...typos-dict-v0.11.2)
  • Loading branch information
pre-commit-ci[bot] authored Oct 23, 2023
1 parent 80e5066 commit 44692df
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 @@ -15,7 +15,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.0
rev: v1.6.1
hooks:
- id: mypy
additional_dependencies:
Expand Down Expand Up @@ -48,7 +48,7 @@ repos:
hooks:
- id: dead
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand All @@ -73,6 +73,6 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/crate-ci/typos
rev: v1.16.19
rev: typos-dict-v0.11.2
hooks:
- id: typos

0 comments on commit 44692df

Please sign in to comment.