Commit Graph

6 Commits

Author SHA1 Message Date
Mikolaj Wielgus fcc3515fe7 chore(pre-commit): add `reuse lint` check to pre-commit for REUSE compliance 2024-12-30 00:55:34 +01:00
Mikolaj Wielgus 71cdc2794d chore(licensing): add REUSE headers to hidden files, `flake.nix`, `index.html`
I ran the following command in Fish shell:

```
reuse annotate --copyright="Topola contributors" --license="MIT" **/.gitignore {.woodpecker/*,.*}.yaml .rustfmt.toml flake.nix index.html
```
2024-12-30 00:18:38 +01:00
Mikolaj Wielgus eca42160f0 chore(pre-commit): comment out cargo clippy, until we resolve all warnings 2024-10-06 16:59:46 +02:00
Mikolaj Wielgus 2e79cae432 chore(pre-commit): add cargo-check and clippy checks 2024-10-06 05:35:35 +02:00
Mikolaj Wielgus ede2cc2c32 chore(pre-commit): add conventional commits hook 2024-10-06 04:39:31 +02:00
Mikolaj Wielgus 04fda44d4b chore(pre-commit): move rustfmt hook to `.pre-commit-config.yaml` 2024-10-06 04:36:39 +02:00