Skip to content

Commit c211c34

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.14](astral-sh/ruff-pre-commit@v0.15.12...v0.15.14) - [github.com/psf/black-pre-commit-mirror: 26.3.1 → 26.5.1](psf/black-pre-commit-mirror@26.3.1...26.5.1) - [github.com/pre-commit/mirrors-mypy: v2.0.0 → v2.1.0](pre-commit/mirrors-mypy@v2.0.0...v2.1.0)
1 parent 0f6391f commit c211c34

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: 'v0.15.12'
3+
rev: 'v0.15.14'
44
hooks:
55
- id: ruff
66
args: ['--fix']
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 26.3.1
9+
rev: 26.5.1
1010
hooks:
1111
- id: black
1212
language_version: python3
1313
# Mypy
1414
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: 'v2.0.0'
15+
rev: 'v2.1.0'
1616
hooks:
1717
- id: mypy
1818
name: mypy

0 commit comments

Comments
 (0)