Skip to content

Commit

Permalink
TeamCity: allow no newline at end of file (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
visr authored Aug 1, 2023
1 parent 37ecef0 commit d44786a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ repos:
- id: check-toml
- id: check-merge-conflict
- id: check-vcs-permalinks
- id: end-of-file-fixer
-
id: end-of-file-fixer
exclude: '.teamcity'
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.280
Expand Down

0 comments on commit d44786a

Please sign in to comment.