Skip to content

Commit 0235b49

Browse files
[pre-commit.ci] pre-commit autoupdate (#900)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.9...v0.7.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.0](adamchainz/blacken-docs@1.18.0...1.19.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.12.1](pre-commit/mirrors-mypy@v1.11.2...v1.12.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 80621fc commit 0235b49

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,19 +7,19 @@ default_stages:
77
minimum_pre_commit_version: 2.9.3
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.6.9
10+
rev: v0.7.0
1111
hooks:
1212
- id: ruff
1313
types_or: [python, pyi, jupyter]
1414
args: [--fix, --exit-non-zero-on-fix]
1515
- id: ruff-format
1616
types_or: [python, pyi, jupyter]
1717
- repo: https://github.com/asottile/blacken-docs
18-
rev: 1.18.0
18+
rev: 1.19.0
1919
hooks:
2020
- id: blacken-docs
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.11.2
22+
rev: v1.12.1
2323
hooks:
2424
- id: mypy
2525
additional_dependencies: [numpy, pandas, types-requests]

0 commit comments

Comments
 (0)