Skip to content

Commit e3fb07f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.2...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1)
1 parent f686e53 commit e3fb07f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.14.2
13+
rev: v0.14.10
1414
hooks:
1515
- id: ruff
1616
args: ['--fix']
1717
- id: ruff-format
1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: v1.18.2
19+
rev: v1.19.1
2020
hooks:
2121
- id: mypy
2222
additional_dependencies:

0 commit comments

Comments
 (0)