Skip to content

Commit

Permalink
style: comment ruff .pre-commit rule
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Aug 12, 2024
1 parent afe1969 commit d15b8ca
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ repos:
- id: check-yaml
- id: fix-byte-order-marker

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.3.5
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- id: ruff-check
args: [--unsafe-fixes, --add-noqa]
# - repo: https://github.com/astral-sh/ruff-pre-commit
# # Ruff version.
# rev: v0.3.5
# hooks:
# - id: ruff
# args: [--fix, --exit-non-zero-on-fix]
# - id: ruff-format
# - id: ruff-check
# args: [--unsafe-fixes, --add-noqa]

0 comments on commit d15b8ca

Please sign in to comment.