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.11.0](pre-commit/mirrors-mypy@v1.10.0...v1.11.0)
- [github.com/PyCQA/pylint: v3.2.3 → v3.2.6](pylint-dev/pylint@v3.2.3...v3.2.6)
- [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 29, 2024
1 parent 53e8b4b commit c1074c6
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 @@ -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.11.0
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.6
hooks:
- id: pylint
additional_dependencies:
Expand All @@ -63,7 +63,7 @@ repos:
exclude: django_project/
language_version: python3.11
- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade

Expand Down

0 comments on commit c1074c6

Please sign in to comment.