AMMICO/.pre-commit-config.yaml
pre-commit-ci[bot] 48eb23a9d5
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.3...v0.14.2)
2025-10-27 17:22:00 +00:00

15 строки
321 B
YAML

repos:
- repo: https://github.com/kynan/nbstripout
rev: 0.8.1
hooks:
- id: nbstripout
files: ".ipynb"
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.14.2
hooks:
# Run the linter.
- id: ruff-check
# Run the formatter.
- id: ruff-format