Compare commits

..

1 Commits

Author SHA1 Message Date
pre-commit-ci[bot]
28a63ec2e0
[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)
2023-03-14 00:51:05 +00:00
4 changed files with 2 additions and 7 deletions

View File

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

2
.gitattributes vendored
View File

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

View File

@ -20,7 +20,7 @@ repos:
- id: check-gitlab-ci - id: check-gitlab-ci
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.9-for-vscode" rev: "v3.0.0-alpha.6"
hooks: hooks:
- id: prettier - id: prettier
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python - repo: https://github.com/editorconfig-checker/editorconfig-checker.python

View File

@ -1,4 +0,0 @@
# 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