Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pre-commit: autoupdate hooks #122

Merged
merged 2 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading