Skip to content

Commit

Permalink
🔧 chore(pre-commit): exclude deepsource.toml in fix EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jun 8, 2024
1 parent 936392f commit 8d58e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
- id: trailing-whitespace
exclude: "^(docs/README.md|src/constants.py|assets/utils/ascii_banner.txt)"
- id: end-of-file-fixer
exclude: "^(docs/README.md|deepsource.toml)"
exclude: "^(docs/README.md|\\.deepsource.toml)"
- id: debug-statements
# - id: double-quote-string-fixer
- id: name-tests-test
Expand Down

0 comments on commit 8d58e45

Please sign in to comment.