Compare commits

...

4 Commits

Author SHA1 Message Date
pre-commit-ci[bot] 592b2a63e1
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.21.0 → 0.22.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.21.0...0.22.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.0-alpha.9-for-vscode](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.6...v3.0.0-alpha.9-for-vscode)
2023-04-25 00:46:58 +00:00
Aminda Suomalainen ce7de149b3
.editorconfig & .gitattributes: use lf line endings 2023-04-04 12:55:02 +03:00
Aminda Suomalainen be5836e4c2
CODEOWNERS: add comments documenting the result of this testing 2023-04-03 17:32:09 +03:00
Aminda Suomalainen bfbd212fdb
add CODEOWNERS
TODO: Does this automatically affect other files? I guess I will see with next automated dependency update.
2023-04-03 17:20:17 +03:00
4 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,7 @@
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = false
insert_final_newline = true
charset = utf-8

2
.gitattributes vendored
View File

@ -1 +1 @@
* text=auto linguist-detectable
* text=auto eol=lf linguist-detectable

View File

@ -12,7 +12,7 @@ repos:
- id: fix-byte-order-marker
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.21.0
rev: 0.22.0
hooks:
- id: check-dependabot
- id: check-github-actions
@ -20,7 +20,7 @@ repos:
- id: check-gitlab-ci
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.6"
rev: "v3.0.0-alpha.9-for-vscode"
hooks:
- id: prettier
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python

4
CODEOWNERS Normal file
View File

@ -0,0 +1,4 @@
# PRs touching any file will require my review
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file
# NOTE: This will not affect other repositories even being in .github :(
* @Mikaela