Skip to content

Commit d946dff

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.8](astral-sh/ruff-pre-commit@v0.15.0...v0.15.8) - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.1](psf/black-pre-commit-mirror@26.1.0...26.3.1)
1 parent c3740cd commit d946dff

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
@@ -2,14 +2,14 @@ default_language_version:
22
python: python3.11
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.15.0
5+
rev: v0.15.8
66
hooks:
77
- id: ruff
88
args:
99
- "--fix"
1010
- "--exit-non-zero-on-fix"
1111
- repo: https://github.com/psf/black-pre-commit-mirror
12-
rev: '26.1.0'
12+
rev: '26.3.1'
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/Pierre-Sassoulas/black-disable-checker

0 commit comments

Comments
 (0)