Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,13 @@ ci:
- mypy
- mypy-docs
- pylint
- pyproject-fmt-check
- pyproject-fmt-fix
- pyright
- pyright-docs
- pyright-verifytypes
- pyroma
- ruff-check
- ruff-check-docs
- ruff-check-fix
- ruff-check-fix-docs
- ruff-format-diff
- ruff-format-diff-docs
- ruff-format-fix
- ruff-format-fix-docs
- spelling
Expand Down Expand Up @@ -137,30 +132,6 @@ repos:
stages: [manual]
types_or: [markdown, rst, python, toml]

- id: ruff-check
name: Ruff check
entry: python -m ruff check
language: system
types_or: [python]

- id: ruff-check-docs
name: Ruff check docs
entry: doccmd --language=python --command="ruff check"
language: system
types_or: [markdown, rst]

- id: ruff-format-diff
name: Ruff format diff
entry: python -m ruff format --diff
language: system
types_or: [python]

- id: ruff-format-diff-docs
name: Ruff format diff docs
entry: doccmd --language=python --no-pad-file --command="ruff format --diff"
language: system
types_or: [markdown, rst]

- id: ruff-check-fix
name: Ruff check fix
entry: python -m ruff check --fix
Expand Down Expand Up @@ -203,13 +174,6 @@ repos:
language: system
types_or: [markdown, rst]

- id: pyproject-fmt-check
name: pyproject-fmt check
entry: pyproject-fmt --check
language: system
types_or: [toml]
files: pyproject.toml

- id: pyproject-fmt-fix
name: pyproject-fmt
entry: pyproject-fmt
Expand Down