Skip to content
Closed
Show file tree
Hide file tree
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
19 changes: 0 additions & 19 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,6 @@ repos:
# want.
entry: ghcr.io/hadolint/hadolint hadolint

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

- id: ruff-format-check
name: Ruff format check
entry: ruff format --check
language: system
types: [python]

- id: ruff-check-fix
name: Ruff check fix
entry: ruff check --fix
Expand All @@ -125,13 +113,6 @@ repos:
language: system
types: [rst]

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

- id: pyproject-fmt-fix
name: pyproject-fmt
entry: pyproject-fmt
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ dev = [
"pydocstyle==6.3",
"pyenchant==3.2.2",
"pylint==3.2.0",
"pyproject-fmt==1.8.0",
"pyproject-fmt==2.1.1",
"pyright==1.1.362",
"pyroma==4.2",
"pytest==8.2.0",
Expand Down