Skip to content

Commit 0cab962

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.14.3](astral-sh/ruff-pre-commit@v0.4.8...v0.14.3) - [github.com/PyCQA/pylint: v3.2.3 → v4.0.2](pylint-dev/pylint@v3.2.3...v4.0.2)
1 parent e7f54fc commit 0cab962

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-toml
@@ -17,7 +17,7 @@ repos:
1717
args: [--pytest-test-first]
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
1919
# Ruff version.
20-
rev: v0.4.8
20+
rev: v0.14.3
2121
hooks:
2222
# Run the linter.
2323
- id: ruff
@@ -31,7 +31,7 @@ repos:
3131
# Run the formatter.
3232
- id: ruff-format
3333
- repo: https://github.com/PyCQA/pylint
34-
rev: v3.2.3
34+
rev: v4.0.2
3535
hooks:
3636
- id: pylint
3737
args:

0 commit comments

Comments
 (0)