Compare commits
2 Commits
cd62fe09e6
...
00eecaf7c6
Author | SHA1 | Date |
---|---|---|
Aminda Suomalainen ⚧ | 00eecaf7c6 | |
Aminda Suomalainen ⚧ | 46e87a388c |
|
@ -0,0 +1,18 @@
|
|||
# SPDX-FileCopyrightText: 2024 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# Ban dotfiles except
|
||||
.*
|
||||
!.editorconfig
|
||||
!.gitattributes
|
||||
!.gitignore
|
||||
!.gnupg
|
||||
!.pre-commit-config.yaml
|
||||
!.ssh
|
||||
# pre-commit
|
||||
node_modules/
|
||||
|
||||
# symlinks, paws off
|
||||
gnupg
|
||||
ssh
|
|
@ -39,12 +39,12 @@ repos:
|
|||
- id: check-pre-commit-ci-config
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v3.0.3"
|
||||
rev: "v4.0.0-alpha.8"
|
||||
hooks:
|
||||
- id: prettier
|
||||
|
||||
- repo: https://github.com/scop/pre-commit-shfmt
|
||||
rev: v3.7.0-1
|
||||
rev: v3.7.0-4
|
||||
hooks:
|
||||
- id: shfmt
|
||||
#- id: shfmt-docker
|
||||
|
@ -58,6 +58,6 @@ repos:
|
|||
- repo: https://github.com/fsfe/reuse-tool
|
||||
# TODO / FIXME: use a tag here once one without default language releases
|
||||
#rev: v2.1.0
|
||||
rev: 0e64bdafd14fda4d0c859b3bda1ec61c1654dbcc
|
||||
rev: v2.1.0
|
||||
hooks:
|
||||
- id: reuse
|
||||
|
|
Loading…
Reference in New Issue