Compare commits

...

2 Commits

Author SHA1 Message Date
Aminda Suomalainen ⚧ 00eecaf7c6
add .gitignore 2024-01-06 18:18:08 +02:00
Aminda Suomalainen ⚧ 46e87a388c
pre-commit autoupdate 2024-01-06 18:11:33 +02:00
2 changed files with 21 additions and 3 deletions

18
.gitignore vendored Normal file
View File

@ -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

View File

@ -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