diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 63eb8db..d51aae9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,32 +22,6 @@ repos: - id: ruff-check args: [ --fix ] - id: ruff-format - - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.10.1 - hooks: - - id: black - alias: black - exclude: ".*uv.lock" - args: [--line-length=79] - - repo: https://github.com/adamchainz/blacken-docs - rev: 1.16.0 - hooks: - - id: blacken-docs - name: black-docs-text - alias: black - types_or: [rst, markdown, tex] - additional_dependencies: [black==23.10.1] - # Using PEP 8's line length in docs prevents excess left/right scrolling - args: [--line-length=79] - - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.10.1 - hooks: - - id: black-jupyter - name: black-docs-jupyter - alias: black - files: ^(docs/|notebooks/) - # Using PEP 8's line length in docs prevents excess left/right scrolling - args: [--line-length=79] - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.14.1 hooks: