Skip to content

Commit

Permalink
Benchmarks: Added pre-commit hook + Removed unused folder
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-clairicia committed Jun 20, 2024
1 parent ce8f488 commit de2c0a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 132 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ repos:
- id: pdm-export
name: pdm-export benchmark-servers-deps
args: ['--dev', '--group', 'benchmark-servers-deps', '--format', 'requirements', '--without-hashes', '--output', 'benchmark_server/servers/requirements.txt']
- repo: https://github.com/doublify/pre-commit-rust
rev: 'v1.0'
hooks:
- id: fmt
name: cargo fmt (benchmarks)
args: ["--manifest-path", "./benchmark_server/Cargo.toml", "--"]
- id: clippy
name: cargo clippy (benchmarks)
args: ["--manifest-path", "./benchmark_server/Cargo.toml", "--", "-D", "warnings"]
- repo: https://github.com/pre-commit/pygrep-hooks
rev: 'v1.10.0'
hooks:
Expand Down
Empty file removed benchmark_server/tool/__init__.py
Empty file.
132 changes: 0 additions & 132 deletions benchmark_server/tool/client.py

This file was deleted.

0 comments on commit de2c0a3

Please sign in to comment.