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/PyCQA/pylint: v3.2.6 → v3.2.7](pylint-dev/pylint@v3.2.6...v3.2.7)
- [github.com/charliermarsh/ruff-pre-commit: v0.6.2 → v0.6.3](astral-sh/ruff-pre-commit@v0.6.2...v0.6.3)
  • Loading branch information
pre-commit-ci[bot] authored Sep 2, 2024
1 parent a9c5cb3 commit 2768c15
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 @@ -3,15 +3,15 @@ default_language_version:

repos:
- repo: "https://github.com/PyCQA/pylint"
rev: v3.2.6
rev: v3.2.7
hooks:
- id: pylint
- repo: "https://github.com/bwhmather/ssort"
rev: 0.13.0
hooks:
- id: ssort
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
rev: v0.6.2
rev: v0.6.3
hooks:
- id: ruff
args: ["--fix", "--exit-non-zero-on-fix"]
Expand Down

0 comments on commit 2768c15

Please sign in to comment.