mirror of
https://github.com/winapps-org/winapps.git
synced 2025-07-31 16:06:45 +02:00
Reformat code, fix typos, use apt instead of apt-get, improve consistency
This commit is contained in:
@@ -6,13 +6,13 @@ repos:
|
||||
rev: v1.5.5
|
||||
hooks:
|
||||
- id: chmod
|
||||
args: ["775"]
|
||||
args: [ "775" ]
|
||||
files: (\.sh|winapps)$
|
||||
- id: forbid-crlf
|
||||
- id: remove-crlf
|
||||
- id: forbid-tabs
|
||||
- id: remove-tabs
|
||||
args: [--whitespaces-count, "2"]
|
||||
args: [ --whitespaces-count, "2" ]
|
||||
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
@@ -36,7 +36,7 @@ repos:
|
||||
- id: forbid-submodules
|
||||
- id: mixed-line-ending
|
||||
- id: pretty-format-json
|
||||
args: ["--autofix", "--no-sort-keys"]
|
||||
args: [ "--autofix", "--no-sort-keys" ]
|
||||
- id: sort-simple-yaml
|
||||
- id: trailing-whitespace
|
||||
|
||||
|
Reference in New Issue
Block a user