Skip to content

Commit 65eea4b

Browse files
[pre-commit.ci] pre-commit autoupdate (#5259)
<!--pre-commit.ci start--> updates: - [github.com/PyCQA/isort: 7.0.0 → 8.0.0](PyCQA/isort@7.0.0...8.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.1 → v0.15.2](astral-sh/ruff-pre-commit@v0.15.1...v0.15.2) - https://github.com/pylint-dev/pylint/: v4.0.4 → v4.0.5 <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 352a2b5 commit 65eea4b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ repos:
2323
- id: check-toml
2424
# Python
2525
- repo: https://github.com/PyCQA/isort
26-
rev: 7.0.0
26+
rev: 8.0.0
2727
hooks:
2828
- id: isort
2929
files: \.py$
3030
exclude: ^source/3rdparty
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
3232
# Ruff version.
33-
rev: v0.15.1
33+
rev: v0.15.2
3434
hooks:
3535
- id: ruff
3636
args: ["--fix"]
@@ -164,7 +164,7 @@ repos:
164164
exclude: .pre-commit-config.yaml|source/lmp
165165
# customized pylint rules
166166
- repo: https://github.com/pylint-dev/pylint/
167-
rev: v4.0.4
167+
rev: v4.0.5
168168
hooks:
169169
- id: pylint
170170
entry: env PYTHONPATH=source/checker pylint

0 commit comments

Comments
 (0)