mirror of
https://github.com/Dasharo/osfv-scripts.git
synced 2026-06-13 19:16:17 -07:00
pre-commit: autoupdate hooks
updates: - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0) - [github.com/igorshubovych/markdownlint-cli: v0.39.0 → v0.41.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.39.0...v0.41.0) - [github.com/psf/black: 24.3.0 → 24.4.2](https://github.com/psf/black/compare/24.3.0...24.4.2) Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
[codespell]
|
||||
exclude-file = .codespellx
|
||||
ignore-words-list = "FPT,FTP,fpt,ftp"
|
||||
ignore-words-list = "FPT,FTP,fpt,ftp,checkin"
|
||||
|
||||
@@ -27,7 +27,7 @@ repos:
|
||||
- commit-msg
|
||||
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.2.6
|
||||
rev: v2.3.0
|
||||
hooks:
|
||||
- id: codespell
|
||||
|
||||
@@ -38,7 +38,7 @@ repos:
|
||||
args: [-c=.yamllint]
|
||||
|
||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||
rev: v0.39.0
|
||||
rev: v0.41.0
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
- id: markdownlint-fix
|
||||
@@ -56,6 +56,6 @@ repos:
|
||||
name: isort (python)
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 24.3.0
|
||||
rev: 24.4.2
|
||||
hooks:
|
||||
- id: black
|
||||
|
||||
Reference in New Issue
Block a user