diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b1addb7144830fdb211d0905c9c30dca446f9e4..c0fdcf8cce522bda1f618ba92e707efabcb46c46 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.4.0 hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md, --markdown-linebreak-ext=pandoc] @@ -20,12 +20,12 @@ repos: - id: mixed-line-ending exclude: ".*\\.vtu" - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 23.1.0 hooks: - id: black exclude: "ThirdParty|LinearMFront/generate_ref.py" - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.2.2 hooks: - id: codespell exclude: 'ThirdParty/.*|Tests/Data/.*|.*\.ya?ml|.*\.bib|^web/content/imprint.md|^GeoLib/IO/XmlIO/OpenGeoSysSTN.xsd|^Applications/FileIO/Legacy/OGSIOVer4.cpp|^scripts/cmake/CPM.cmake|Documentation/.vale/.*' @@ -40,7 +40,7 @@ repos: additional_dependencies: ["cmakelang[YAML]"] exclude: "scripts/cmake/jedbrown/.*|PackagingMacros.cmake|conan.cmake|CPM.cmake|FindFilesystem.cmake|ConanSetup.cmake|BuildExternalProject.cmake" - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.31.1 + rev: v0.33.0 hooks: - id: markdownlint - repo: local