Skip to content

Commit 76e10b2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.19.1](pre-commit/mirrors-mypy@v1.13.0...v1.19.1) - [github.com/pylint-dev/pylint: v3.3.1 → v4.0.4](pylint-dev/pylint@v3.3.1...v4.0.4) - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.14.11](astral-sh/ruff-pre-commit@v0.7.1...v0.14.11)
1 parent b9f3980 commit 76e10b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: check-yaml
77
- id: check-added-large-files
88

99
- repo: https://github.com/pre-commit/mirrors-mypy
10-
rev: v1.13.0
10+
rev: v1.19.1
1111
hooks:
1212
- id: mypy
1313
language_version: python3.12
1414
args: [ --strict, --check-untyped-defs, --explicit-package-bases]
1515

1616
- repo: https://github.com/pylint-dev/pylint
17-
rev: v3.3.1
17+
rev: v4.0.4
1818
hooks:
1919
- id: pylint
2020
exclude: "docs"
2121
args: [ src, tests, ]
2222
stages: [ pre-push ]
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.7.1
25+
rev: v0.14.11
2626
hooks:
2727
- id: ruff
2828
- id: ruff-format

0 commit comments

Comments
 (0)