Skip to content

Commit

Permalink
.pre-commit-config.yaml - autoupdate + a codespell fix
Browse files Browse the repository at this point in the history
rolling back clang-format to v17.0.6
  • Loading branch information
winterz committed Jul 2, 2024
1 parent 26b0776 commit 00e0045
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ci:
exclude: ^(cmake/ECM|cmake/KDAB/|src/3rdparty/|code.dev.code-workspace)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -26,17 +26,17 @@ repos:
- id: clang-format
exclude: (.json)
- repo: https://github.com/PyCQA/pylint
rev: v3.1.0
rev: v3.2.4
hooks:
- id: pylint
exclude: ^(.cmake-format.py|conan/conanfile.py)
additional_dependencies: ["PySide2", "PySide6"]
- repo: https://github.com/hhatto/autopep8
rev: v2.1.0
rev: v2.3.1
hooks:
- id: autopep8
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
- repo: https://github.com/cheshirekow/cmake-format-precommit
Expand All @@ -55,7 +55,7 @@ repos:
files: \.(md|mdown|markdown)$
exclude: (docs/book/)
- repo: https://github.com/fsfe/reuse-tool
rev: v3.0.1
rev: v3.1.0a1
hooks:
- id: reuse
args: [--suppress-deprecation]
Expand Down
2 changes: 1 addition & 1 deletion src/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/**
* @file
* @brief Application wide config to tune certain beahviours of the framework.
* @brief Application wide config to tune certain framework behaviors.
*
* @author Sérgio Martins \<[email protected]\>
*/
Expand Down

0 comments on commit 00e0045

Please sign in to comment.