Skip to content

Commit 5f5064d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pappasam/toml-sort: v0.24.1 → v0.24.2](pappasam/toml-sort@v0.24.1...v0.24.2) - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.4...v0.8.1) - [github.com/pycqa/pylint: v3.3.1 → v3.3.2](pylint-dev/pylint@v3.3.1...v3.3.2)
1 parent e1e8f6f commit 5f5064d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ repos:
2323
types: [file, yaml]
2424
entry: yamllint --strict
2525
- repo: https://github.com/pappasam/toml-sort
26-
rev: v0.24.1
26+
rev: v0.24.2
2727
hooks:
2828
- id: toml-sort-fix
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.7.4
30+
rev: v0.8.1
3131
hooks:
3232
- id: ruff
3333
args:
@@ -54,7 +54,7 @@ repos:
5454
- py>=1.9.0
5555
- tox>=4.23.2
5656
- repo: https://github.com/pycqa/pylint
57-
rev: v3.3.1
57+
rev: v3.3.2
5858
hooks:
5959
- id: pylint
6060
additional_dependencies:

0 commit comments

Comments
 (0)