Skip to content

Commit

Permalink
Added more bookkeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
PurityLake committed Dec 2, 2023
1 parent 2fb3d51 commit 2e2d2d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitkeep

This file was deleted.

9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
repos:
- repo: https://github.com/doublify/pre-commit-rust
rev: master
hooks:
- id: fmt
args: ['-all', '--', '--check']
- id: cargo-check
- id: clippy
args: ['--', '-D', 'warnings']
Empty file added assets/.gitkeep
Empty file.

0 comments on commit 2e2d2d6

Please sign in to comment.