fix(end-of-file-fixer rule):

This commit is contained in:
Alexander Myasoedov
2025-02-17 16:03:06 +02:00
parent 18f97c7fc2
commit a2fa412141
10 changed files with 11 additions and 10 deletions
+3 -1
View File
@@ -46,7 +46,9 @@ repos:
- id: trailing-whitespace
types: [python]
- id: end-of-file-fixer
types: [python]
types: [file]
files: \.(py|js|vue)$
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17