Skip to content

Commit

Permalink
style: enforce LR line ending
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored May 21, 2024
1 parent 626e692 commit 49f44c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ repos:
- id: check-merge-conflict
- id: check-symlinks
- id: check-toml
- id: mixed-line-ending
args: ["--fix=lr"]
# Python
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
Expand Down

0 comments on commit 49f44c3

Please sign in to comment.