1
0
mirror of https://git.piraattipuolue.fi/Pikaviestimet/Pikaviestimet.git synced 2025-08-20 07:17:25 +02:00

Compare commits

..

No commits in common. "df31d87bd46019c803008db02e49d3fb2d47082f" and "7da91232880f879b3f2feb0e6ca32432bfdcac35" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -17,7 +17,6 @@ indent_size = 2
indent_style = tab
indent_size = tab
trim_trailing_whitespace = false
max_line_length = off
[*.{cff,yaml,yml}]
indent_style = space

View File

@ -9,14 +9,13 @@ repos:
rev: v2.2.0
hooks:
- id: doctoc
args: [--update-only, --notitle]
args: [--update-only]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-yaml
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
- id: destroyed-symlinks
@ -32,7 +31,7 @@ repos:
- id: prettier
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.2"
rev: "2.7.1"
hooks:
- id: editorconfig-checker
alias: ec