Skip to content

Commit 66df1c2

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/astral-sh/ruff-pre-commit: v0.12.3 → v0.14.9](astral-sh/ruff-pre-commit@v0.12.3...v0.14.9) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.19.1](pre-commit/mirrors-mypy@v1.16.1...v1.19.1) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.47.0](igorshubovych/markdownlint-cli@v0.45.0...v0.47.0)
1 parent 29a7000 commit 66df1c2

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,27 +1,27 @@
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: check-merge-conflict
66
- id: debug-statements
77
- repo: https://github.com/astral-sh/ruff-pre-commit
88
# Ruff version.
9-
rev: v0.12.3
9+
rev: v0.14.9
1010
hooks:
1111
# Run the linter.
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix]
1414
# Run the formatter.
1515
- id: ruff-format
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.16.1
17+
rev: v1.19.1
1818
hooks:
1919
- id: mypy
2020
additional_dependencies:
2121
- types-simplejson
2222
- types-python-dateutil
2323
- types-requests
2424
- repo: https://github.com/igorshubovych/markdownlint-cli
25-
rev: v0.45.0
25+
rev: v0.47.0
2626
hooks:
2727
- id: markdownlint

0 commit comments

Comments
 (0)