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