Skip to content

Commit

Permalink
Merge pull request #116 from thedataquarry/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
sanders41 authored Dec 3, 2024
2 parents 08b6701 + 7199ac5 commit bcd0278
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ci:
skip: [fmt]
skip: [fmt, mypy]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -58,7 +58,7 @@ repos:
files: ^src/pyp3_mock_data/
entry: bash -c 'cd src/pyo3_mock_data && mypy -p pyp3_mock_data "$@"' --
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.0
rev: v0.8.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
1 change: 0 additions & 1 deletion src/parallelism/rust/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ fn main() {
// Tests

#[cfg(test)]

mod tests {
use super::*;

Expand Down
1 change: 0 additions & 1 deletion src/simple_csv/rust/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ fn main() {
}

#[cfg(test)]

mod tests {
use super::*;
use approx::assert_abs_diff_eq;
Expand Down

0 comments on commit bcd0278

Please sign in to comment.