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/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0)
- [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.14.0](pre-commit/mirrors-mypy@v1.10.0...v1.14.0)
- [github.com/PyCQA/pylint: v3.2.3 → v3.3.3](pylint-dev/pylint@v3.2.3...v3.3.3)
- [github.com/asottile/pyupgrade: v3.16.0 → v3.19.1](asottile/pyupgrade@v3.16.0...v3.19.1)
  • Loading branch information
pre-commit-ci[bot] authored and lucas-six committed Jan 1, 2025
1 parent 9225d0a commit 9131b96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
Expand All @@ -21,7 +21,7 @@ repos:
- id: name-tests-test
args: [--django]
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
exclude: migrations/
Expand All @@ -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.14.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.3.3
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.19.1
hooks:
- id: pyupgrade

Expand Down

0 comments on commit 9131b96

Please sign in to comment.