Skip to content

Commit

Permalink
Merge pull request #122 from 3mdeb/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
pre-commit: autoupdate hooks
  • Loading branch information
pietrushnic authored Jun 10, 2024
2 parents c7068d7 + 0fd391e commit 60d3088
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[codespell]
skip = *.svg,*.pl.md,themes/3mdeb/assets/*.js
ignore-words-list = hsi
ignore-words = ignore.txt
dictionary = dict.txt
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
Expand All @@ -13,28 +13,28 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/adrienverge/yamllint
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
args: [-c=.yamllint]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.41.0
hooks:
- id: markdownlint
args: [-c.markdown.yaml]
- id: markdownlint-fix
args: [-c.markdown.yaml]

- repo: https://github.com/talos-systems/conform
rev: v0.1.0-alpha.27
rev: v0.1.0-alpha.30
hooks:
- id: conform
stages:
- commit-msg

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: [
Expand Down
2 changes: 1 addition & 1 deletion content/training.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ trainings:
overview: |
* modern x86 architecture
* boot flow from power on to system take off
* understading Intel security features
* understanding Intel security features
* attacking Intel security features
* overview most popular Uefi forensics tools
* firmware weakness analysis
Expand Down
1 change: 1 addition & 0 deletions dict.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dadharo->dasharo
3 changes: 3 additions & 0 deletions ignore.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
regon
hopin
hsi

0 comments on commit 60d3088

Please sign in to comment.