Skip to content

Commit 79c8f95

Browse files
committed
pre-commit
1 parent 202d085 commit 79c8f95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
*.pdf binary
2121

2222
*.bat text eol=crlf
23-
*.cmd text eol=crlf
23+
*.cmd text eol=crlf

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
exclude: '^src/frontend/dist/|\.svg$|\.png$|\.jpg$|\.jpeg$|\.gif$|\.webp$'
88
- id: trailing-whitespace
99
- id: mixed-line-ending
10-
args: ['--fix=lf']
10+
args: ['--fix=lf']
1111

1212
- repo: https://github.com/PyCQA/autoflake
1313
rev: v2.3.1

0 commit comments

Comments
 (0)