Skip to content

Pyproject bump #2077

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 16, 2024
Merged
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
Loading
Loading