Compare commits
No commits in common. "00eecaf7c69a224a995050f87f55d8f3ed5644c8" and "cd62fe09e63034a54b426e88ede22229ca1006a5" have entirely different histories.
00eecaf7c6
...
cd62fe09e6
|
@ -1,18 +0,0 @@
|
||||||
# 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
|
- id: check-pre-commit-ci-config
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
rev: "v4.0.0-alpha.8"
|
rev: "v3.0.3"
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
|
|
||||||
- repo: https://github.com/scop/pre-commit-shfmt
|
- repo: https://github.com/scop/pre-commit-shfmt
|
||||||
rev: v3.7.0-4
|
rev: v3.7.0-1
|
||||||
hooks:
|
hooks:
|
||||||
- id: shfmt
|
- id: shfmt
|
||||||
#- id: shfmt-docker
|
#- id: shfmt-docker
|
||||||
|
@ -58,6 +58,6 @@ repos:
|
||||||
- repo: https://github.com/fsfe/reuse-tool
|
- repo: https://github.com/fsfe/reuse-tool
|
||||||
# TODO / FIXME: use a tag here once one without default language releases
|
# TODO / FIXME: use a tag here once one without default language releases
|
||||||
#rev: v2.1.0
|
#rev: v2.1.0
|
||||||
rev: v2.1.0
|
rev: 0e64bdafd14fda4d0c859b3bda1ec61c1654dbcc
|
||||||
hooks:
|
hooks:
|
||||||
- id: reuse
|
- id: reuse
|
||||||
|
|
Loading…
Reference in New Issue