Skip to content

Commit

Permalink
Merge branch 'dev' into tcp-reassembly-nano-precision
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb authored Oct 1, 2024
2 parents eff26f2 + dc8ecc7 commit fdb7f19
Show file tree
Hide file tree
Showing 19 changed files with 1,932 additions and 44 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
args: ['--fix=lf']
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
rev: v0.6.8
hooks:
- id: ruff # Run the linter.
types_or: [ python ]
Expand All @@ -43,7 +43,7 @@ repos:
- id: codespell
pass_filenames: false
- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.11.27
rev: v1.25.0
hooks:
- id: typos
args: ['--config=typos-config.toml']
Expand Down
Loading

0 comments on commit fdb7f19

Please sign in to comment.