Skip to content

Commit f3506dd

Browse files
[pre-commit.ci] pre-commit autoupdate (#73)
updates: - [github.com/psf/black-pre-commit-mirror: 26.3.0 → 26.3.1](psf/black-pre-commit-mirror@26.3.0...26.3.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.5 → v0.15.6](astral-sh/ruff-pre-commit@v0.15.5...v0.15.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1c14f19 commit f3506dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ repos:
1414
- id: mypy
1515
additional_dependencies: [types-mock]
1616
- repo: https://github.com/psf/black-pre-commit-mirror
17-
rev: 26.3.0
17+
rev: 26.3.1
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.15.5
21+
rev: v0.15.6
2222
hooks:
2323
- id: ruff
2424
args: [ --fix ]

0 commit comments

Comments
 (0)