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.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
- [github.com/PyCQA/pylint: v3.0.3 → v3.1.0](pylint-dev/pylint@v3.0.3...v3.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Mar 12, 2024
1 parent 53abb64 commit 3e1124a
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 @@ -37,14 +37,14 @@ repos:
name: isort (python)
language_version: python3.11
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
exclude: (settings.py|manage.py|models.py|(migrations/)|admin.py)
additional_dependencies: [pydantic, types-redis]
language_version: python3.11
- repo: https://github.com/PyCQA/pylint
rev: v3.0.3
rev: v3.1.0
hooks:
- id: pylint
additional_dependencies: [pydantic, pylint-pydantic]
Expand Down

0 comments on commit 3e1124a

Please sign in to comment.