Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#76)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-mypy: v1.6.1 β†’ v1.7.0](pre-commit/mirrors-mypy@v1.6.1...v1.7.0)
- [github.com/psf/black: 23.10.1 β†’ 23.11.0](psf/black@23.10.1...23.11.0)
- [github.com/crate-ci/typos: typos-dict-v0.11.3 β†’ v1.16.23](crate-ci/typos@typos-dict-v0.11.3...v1.16.23)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 16, 2023
1 parent bd94e00 commit fa02162
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.1
rev: v1.7.0
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.10.1
rev: 23.11.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: typos-dict-v0.11.3
rev: v1.16.23
hooks:
- id: typos

0 comments on commit fa02162

Please sign in to comment.