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.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1)
- [github.com/PyCQA/pylint: v3.2.3 → v3.2.4](pylint-dev/pylint@v3.2.3...v3.2.4)
  • Loading branch information
pre-commit-ci[bot] authored Jul 1, 2024
1 parent 53e8b4b commit 32a2252
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 @@ -38,14 +38,14 @@ repos:
name: isort (python)
language_version: python3.11
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy
exclude: (manage.py|models.py|(migrations/)|admin.py)
additional_dependencies: [pydantic, types-redis, aiomqtt]
language_version: python3.11
- repo: https://github.com/PyCQA/pylint
rev: v3.2.3
rev: v3.2.4
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit 32a2252

Please sign in to comment.