Skip to content

Commit

Permalink
Update dependencies and pre-commit hooks; remove unnecessary mypy ign…
Browse files Browse the repository at this point in the history
…ores
  • Loading branch information
JWCook committed Dec 1, 2024
1 parent 229bc14 commit 5b9e04b
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 160 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.8
rev: v0.8.1
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies: [attrs, aiohttp, types-aiofiles, types-redis]
Expand All @@ -23,6 +23,6 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/crate-ci/typos
rev: v1.27.3
rev: v1.28.1
hooks:
- id: typos
Loading

0 comments on commit 5b9e04b

Please sign in to comment.