Skip to content

Commit

Permalink
Merge pull request #263 from trxcllnt/fix-line-endings
Browse files Browse the repository at this point in the history
Convert line endings from CRLF to LF
  • Loading branch information
leofang authored Dec 4, 2024
2 parents a725723 + cd7f146 commit 28e8003
Show file tree
Hide file tree
Showing 13 changed files with 1,240 additions and 1,238 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ cuda/_version.py export-subst
# we do not own any headers checked in, don't touch them
*.h binary
*.hpp binary
# git should not convert line endings in PNG files
*.png binary
24 changes: 12 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright (c) 2024, NVIDIA CORPORATION.

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.4
hooks:
- id: ruff
args: [--fix, --show-fixes]
- id: ruff-format

default_language_version:
python: python3
# Copyright (c) 2024, NVIDIA CORPORATION.

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.4
hooks:
- id: ruff
args: [--fix, --show-fixes]
- id: ruff-format

default_language_version:
python: python3
Loading

0 comments on commit 28e8003

Please sign in to comment.