Skip to content

Commit e4191fb

Browse files
[pre-commit.ci] pre-commit autoupdate (SciTools#6527)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.13...v0.12.0) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8a14a31 commit e4191fb

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
@@ -29,7 +29,7 @@ repos:
2929
- id: no-commit-to-branch
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.11.13"
32+
rev: "v0.12.0"
3333
hooks:
3434
- id: ruff
3535
types: [file, python]
@@ -45,7 +45,7 @@ repos:
4545
additional_dependencies: [tomli]
4646

4747
- repo: https://github.com/PyCQA/flake8
48-
rev: 7.2.0
48+
rev: 7.3.0
4949
hooks:
5050
- id: flake8
5151
types: [file, python]
@@ -63,7 +63,7 @@ repos:
6363
types: [file, python]
6464

6565
- repo: https://github.com/pre-commit/mirrors-mypy
66-
rev: 'v1.16.0'
66+
rev: 'v1.16.1'
6767
hooks:
6868
- id: mypy
6969
additional_dependencies:

0 commit comments

Comments
 (0)