Skip to content

Commit 801a628

Browse files
chore: pre-commit autoupdate (#487)
updates: - [github.com/pappasam/toml-sort: v0.23.1 → v0.24.2](pappasam/toml-sort@v0.23.1...v0.24.2) - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.3...v0.8.1) - [github.com/pycqa/pylint.git: v3.3.1 → v3.3.2](https://github.com/pycqa/pylint.git/compare/v3.3.1...v3.3.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e6b8400 commit 801a628

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
@@ -58,7 +58,7 @@ repos:
5858
- prettier-plugin-sort-json
5959

6060
- repo: https://github.com/pappasam/toml-sort
61-
rev: v0.23.1
61+
rev: v0.24.2
6262
hooks:
6363
- id: toml-sort-fix
6464

@@ -68,7 +68,7 @@ repos:
6868
- id: tox-ini-fmt
6969

7070
- repo: https://github.com/astral-sh/ruff-pre-commit
71-
rev: v0.7.3
71+
rev: v0.8.1
7272
hooks:
7373
- id: ruff
7474
args:
@@ -98,7 +98,7 @@ repos:
9898
pass_filenames: false
9999

100100
- repo: https://github.com/pycqa/pylint.git
101-
rev: v3.3.1
101+
rev: v3.3.2
102102
hooks:
103103
- id: pylint
104104
args:

0 commit comments

Comments
 (0)