Skip to content

Commit ced4c53

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](pre-commit/mirrors-mypy@v1.13.0...v1.15.0) - [github.com/pylint-dev/pylint: v3.3.1 → v3.3.6](pylint-dev/pylint@v3.3.1...v3.3.6) - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.11.4](astral-sh/ruff-pre-commit@v0.7.1...v0.11.4)
1 parent 9a88006 commit ced4c53

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
@@ -7,22 +7,22 @@ repos:
77
- id: check-added-large-files
88

99
- repo: https://github.com/pre-commit/mirrors-mypy
10-
rev: v1.13.0
10+
rev: v1.15.0
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: v3.3.6
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.11.4
2626
hooks:
2727
- id: ruff
2828
- id: ruff-format

0 commit comments

Comments
 (0)