Compare commits

...

1 Commits

Author SHA1 Message Date
9b6b44628e chore(deps): update pre-commit hook psf/black to v26
All checks were successful
Lint / pre-commit Linting (push) Successful in 53s
2026-01-18 18:24:57 +00:00

View File

@@ -30,7 +30,7 @@ repos:
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 25.12.0
rev: 26.1.0
hooks:
- id: black
args: [--config=pyproject.toml]