Compare commits
2 Commits
be86f583a4
...
44d9b36d64
Author | SHA1 | Date |
---|---|---|
Aminda Suomalainen ⚧ | 44d9b36d64 | |
Aminda Suomalainen ⚧ | 13c8439d04 |
|
@ -303,3 +303,6 @@ TSWLatexianTemp*
|
|||
|
||||
# pre-commit or prettier or something
|
||||
node_modules
|
||||
|
||||
# Commented submodule
|
||||
StreetComplete
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[submodule "StreetComplete"]
|
||||
path = StreetComplete
|
||||
url = https://git.nordgedanken.dev/mtrnord/StreetComplete.git
|
||||
branch = main
|
||||
#[submodule "StreetComplete"]
|
||||
# path = StreetComplete
|
||||
# url = https://git.nordgedanken.dev/mtrnord/StreetComplete.git
|
||||
# branch = main
|
||||
|
|
|
@ -12,7 +12,7 @@ default_language_version:
|
|||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.5.0
|
||||
rev: v4.6.0
|
||||
hooks:
|
||||
- id: check-added-large-files
|
||||
- id: check-case-conflict
|
||||
|
@ -25,8 +25,8 @@ repos:
|
|||
- id: fix-byte-order-marker
|
||||
- id: trailing-whitespace
|
||||
exclude_types: [tsv, markdown]
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v4.0.0-alpha.8"
|
||||
- repo: https://github.com/rbubley/mirrors-prettier
|
||||
rev: "v3.2.5"
|
||||
hooks:
|
||||
- id: prettier
|
||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||
|
|
Loading…
Reference in New Issue