Skip to content

Commit bedfdc6

Browse files
chore: pre-commit autoupdate (#270)
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 b62f710 commit bedfdc6

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
@@ -49,7 +49,7 @@ repos:
4949
- id: black
5050

5151
- repo: https://github.com/pappasam/toml-sort
52-
rev: v0.23.1
52+
rev: v0.24.2
5353
hooks:
5454
- id: toml-sort-fix
5555

@@ -59,7 +59,7 @@ repos:
5959
- id: tox-ini-fmt
6060

6161
- repo: https://github.com/astral-sh/ruff-pre-commit
62-
rev: v0.7.3
62+
rev: v0.8.1
6363
hooks:
6464
- id: ruff
6565
args:
@@ -89,7 +89,7 @@ repos:
8989
pass_filenames: false
9090

9191
- repo: https://github.com/pycqa/pylint.git
92-
rev: v3.3.1
92+
rev: v3.3.2
9393
hooks:
9494
- id: pylint
9595
args:

0 commit comments

Comments
 (0)