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.0.1 → v3.0.3](pylint-dev/pylint@v3.0.1...v3.0.3)
- [github.com/charliermarsh/ruff-pre-commit: v0.1.6 → v0.1.7](astral-sh/ruff-pre-commit@v0.1.6...v0.1.7)
  • Loading branch information
pre-commit-ci[bot] authored Dec 11, 2023
1 parent 5d01f5a commit b5f729a
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.0.1
rev: v3.0.3
hooks:
- id: pylint
- repo: "https://github.com/bwhmather/ssort"
rev: v0.11.6
hooks:
- id: ssort
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
rev: v0.1.6
rev: v0.1.7
hooks:
- id: ruff
args: ["--fix", "--exit-non-zero-on-fix"]
Expand Down

0 comments on commit b5f729a

Please sign in to comment.