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:
pre-commit-ci[bot]
2024-06-11 20:04:20 +02:00
committed by Maciej Pijanowski
parent ea1008a106
commit a082ed9ced
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
[codespell]
exclude-file = .codespellx
ignore-words-list = "FPT,FTP,fpt,ftp"
ignore-words-list = "FPT,FTP,fpt,ftp,checkin"
+3 -3
View File
@@ -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