spring cleaning
This commit is contained in:
parent
c2467fd2e2
commit
90f26bd2f6
5 changed files with 19 additions and 22 deletions
13
.pre-commit-config.yaml
Normal file
13
.pre-commit-config.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# See https://pre-commit.com for more information
|
||||
# See https://pre-commit.com/hooks.html for more hooks
|
||||
repos:
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: update-flake-lock
|
||||
name: Update Flake Lock
|
||||
entry: nix flake update --flake .
|
||||
language: system
|
||||
always_run: true
|
||||
pass_filenames: false
|
||||
stages: [pre-commit]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue