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.14.0 β†’ v1.14.1](pre-commit/mirrors-mypy@v1.14.0...v1.14.1)
- [github.com/asottile/dead: v1.5.2 β†’ v2.0.1](asottile/dead@v1.5.2...v2.0.1)
- [github.com/astral-sh/ruff-pre-commit: v0.8.4 β†’ v0.9.4](astral-sh/ruff-pre-commit@v0.8.4...v0.9.4)
- [github.com/crate-ci/typos: v1.28.4 β†’ typos-dict-v0.12.4](crate-ci/typos@v1.28.4...typos-dict-v0.12.4)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent c08c198 commit 395d3d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.0
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies:
- types-requests
- types-PyYAML
- types-toml
- repo: https://github.com/asottile/dead
rev: v1.5.2
rev: v2.0.1
hooks:
- id: dead
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.9.4
hooks:
- id: ruff
args:
- --fix
- --unsafe-fixes
- id: ruff-format
- repo: https://github.com/crate-ci/typos
rev: v1.28.4
rev: typos-dict-v0.12.4
hooks:
- id: typos

0 comments on commit 395d3d3

Please # to comment.