Skip to content

Commit

Permalink
Auto pre-commit update
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jan 1, 2024
1 parent 8fa9f6f commit e35ffa6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ exclude: '.*\.(pcap|pcapng|dat|txt)'
fail_fast: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: check-case-conflict
- id: end-of-file-fixer
- id: mixed-line-ending
args: ['--fix=lf']
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/pocc/pre-commit-hooks
Expand All @@ -20,12 +20,12 @@ repos:
args: ["--std=c++11", "--language=c++", "--suppressions-list=cppcheckSuppressions.txt", "--inline-suppr", "--force"]
# - id: clang-format
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.6
hooks:
- id: codespell
pass_filenames: false
- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.9.16
rev: v1.16.26
hooks:
- id: typos
args: ['--config=typos-config.toml']
Expand Down

0 comments on commit e35ffa6

Please sign in to comment.