Skip to content

Commit

Permalink
chore: reorg tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wfxr committed Jan 5, 2025
1 parent f15837a commit 9925d83
Show file tree
Hide file tree
Showing 18 changed files with 486 additions and 297 deletions.
11 changes: 0 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,3 @@ repos:
always_run: true
entry: cargo clippy
args: ["--", "-D", "warnings", "-Z", "unstable-options"]
- id: update-completions
name: update shell completions
pass_filenames: false
language: system
always_run: true
entry: >
sh -c '
touch build.rs &&
SHELL_COMPLETIONS_DIR=completions cargo build &&
git add completions
'
Loading

0 comments on commit 9925d83

Please sign in to comment.