Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#287)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/pylint: v3.2.2 → v3.2.3](pylint-dev/pylint@v3.2.2...v3.2.3)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jun 16, 2024
1 parent febd19c commit 53e8b4b
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 @@ -45,7 +45,7 @@ repos:
additional_dependencies: [pydantic, types-redis, aiomqtt]
language_version: python3.11
- repo: https://github.com/PyCQA/pylint
rev: v3.2.2
rev: v3.2.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.15.2
rev: v3.16.0
hooks:
- id: pyupgrade

Expand Down

0 comments on commit 53e8b4b

Please sign in to comment.