Skip to content

Commit 0ac0386

Browse files
[pre-commit.ci] pre-commit autoupdate (#3896)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.5...v0.5.6) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 11ea416 commit 0ac0386

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
@@ -18,7 +18,7 @@ repos:
1818
- id: python-check-blanket-noqa
1919
name: Precision flake ignores
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.5.5
21+
rev: v0.5.6
2222
hooks:
2323
- id: ruff
2424
name: ruff lint
@@ -27,7 +27,7 @@ repos:
2727
- id: ruff-format
2828
types: [python]
2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 7.1.0
30+
rev: 7.1.1
3131
hooks:
3232
- id: flake8
3333
additional_dependencies:
@@ -38,7 +38,7 @@ repos:
3838
flake8-simplify==0.14.1,
3939
]
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.11.0
41+
rev: v1.11.1
4242
hooks:
4343
- id: mypy
4444
additional_dependencies:

0 commit comments

Comments
 (0)