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/pylint-dev/pylint: v3.1.0 → v3.2.2](pylint-dev/pylint@v3.1.0...v3.2.2)
- [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.4.4](astral-sh/ruff-pre-commit@v0.4.2...v0.4.4)
  • Loading branch information
pre-commit-ci[bot] authored May 20, 2024
1 parent 321712d commit 54de34b
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 @@ -14,14 +14,14 @@ repos:
args: [--strict, --ignore-missing-imports]

- repo: https://github.com/pylint-dev/pylint
rev: v3.1.0
rev: v3.2.2
hooks:
- id: pylint
args: [src, tests, server, client]
stages: [pre-push]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.2
rev: v0.4.4
hooks:
- id: ruff
stages: [pre-commit]
Expand Down

0 comments on commit 54de34b

Please sign in to comment.