We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d628357 commit 26ff2aeCopy full SHA for 26ff2ae
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ ci:
6
exclude: ^(cmake/ECM/|cmake/KDAB/|docs/api/doxygen-awesome.css)
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v5.0.0
+ rev: v6.0.0
10
hooks:
11
- id: trailing-whitespace
12
- id: end-of-file-fixer
@@ -19,11 +19,11 @@ repos:
19
- id: destroyed-symlinks
20
- id: check-executables-have-shebangs
21
- repo: https://github.com/pre-commit/mirrors-clang-format
22
- rev: v20.1.5
+ rev: v21.1.0
23
24
- id: clang-format
25
- repo: https://github.com/PyCQA/pylint
26
- rev: v3.3.7
+ rev: v3.3.8
27
28
- id: pylint
29
exclude: ^(.cmake-format.py|conan/conanfile.py|scripts/genignore.py)
0 commit comments