mirror of
https://gitea.blesmrt.net/mikaela/pgp-alt-wot.git
synced 2025-08-20 21:27:36 +02:00
Compare commits
2 Commits
e263fc321e
...
7e1601e5d6
Author | SHA1 | Date | |
---|---|---|---|
7e1601e5d6 | |||
5186a75df5 |
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Ban dotfiles except
|
||||||
|
.*
|
||||||
|
!.editorconfig
|
||||||
|
!.gitattributes
|
||||||
|
!.gitignore
|
||||||
|
!.gnupg
|
||||||
|
!.pre-commit-config.yaml
|
||||||
|
!.ssh
|
||||||
|
# pre-commit
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# symlinks, paws off
|
||||||
|
me.asc
|
@ -10,7 +10,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.4.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
|
||||||
@ -31,12 +31,12 @@ repos:
|
|||||||
args: [--update-only]
|
args: [--update-only]
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
rev: "v3.0.3"
|
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
|
||||||
rev: "2.7.2"
|
rev: "2.7.3"
|
||||||
hooks:
|
hooks:
|
||||||
- id: editorconfig-checker
|
- id: editorconfig-checker
|
||||||
alias: ec
|
alias: ec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user