Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
🔧 chore (deps): pre-commit auto update dependencies
Browse files Browse the repository at this point in the history
updates:
- [github.com/pylint-dev/pylint: v3.2.5 → v3.2.6](pylint-dev/pylint@v3.2.5...v3.2.6)
- [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.5.4](astral-sh/ruff-pre-commit@v0.5.1...v0.5.4)
  • Loading branch information
pre-commit-ci[bot] authored Jul 22, 2024
1 parent c2630db commit 8c970e9
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 @@ -41,7 +41,7 @@ repos:
- id: pyupgrade

- repo: https://github.com/pylint-dev/pylint
rev: v3.2.5
rev: v3.2.6
hooks:
- id: pylint
types: [python]
Expand All @@ -62,7 +62,7 @@ repos:
- id: yesqa

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.5.4
hooks:
- id: ruff
- id: ruff-format
Expand Down

0 comments on commit 8c970e9

Please sign in to comment.