Skip to content

Commit

Permalink
aider improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Jul 6, 2024
1 parent 9f881ab commit 8612108
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .aider.conf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dark-mode: true
test-cmd: RUSTFLAGS="-D warnings" cargo check
auto-test: true
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ Cargo.lock
/.idea/

mutants.out*

.aider.*
.aider*
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ path = "src/lib.rs"
[dependencies]
ordered-float = "3.6.0"
serde = { version = "1.0.159", features = ["derive"] }
thiserror = "1.0"

[dev-dependencies]
rand = "0.8.5"

0 comments on commit 8612108

Please sign in to comment.