Skip to content

Commit

Permalink
Merge branch '2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
winterz committed Jul 2, 2024
2 parents fbe4412 + 00e0045 commit f79aa8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ repos:
- id: clang-format
exclude: (.json)
- repo: https://github.com/PyCQA/pylint
rev: v3.2.3
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.2.0
rev: v2.3.1
hooks:
- id: autopep8
- repo: https://github.com/codespell-project/codespell
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 behaviours of the framework.
* @brief Application wide config to tune certain framework behaviors.
*
* @author Sérgio Martins \<[email protected]\>
*/
Expand Down

0 comments on commit f79aa8e

Please sign in to comment.