Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#4097)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.2 →
v0.6.3](astral-sh/ruff-pre-commit@v0.6.2...v0.6.3)
- https://github.com/pylint-dev/pylint/: v3.2.6 → v3.2.7
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Han Wang <92130845+wanghan-iapcm@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] and wanghan-iapcm authored Sep 3, 2024
1 parent 3b85ee2 commit 1abb89b
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 @@ -29,7 +29,7 @@ repos:
exclude: ^source/3rdparty
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.2
rev: v0.6.3
hooks:
- id: ruff
args: ["--fix"]
Expand Down Expand Up @@ -146,7 +146,7 @@ repos:
exclude: .pre-commit-config.yaml|source/lmp
# customized pylint rules
- repo: https://github.com/pylint-dev/pylint/
rev: v3.2.6
rev: v3.2.7
hooks:
- id: pylint
entry: env PYTHONPATH=source/checker pylint
Expand Down

0 comments on commit 1abb89b

Please sign in to comment.