[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/mirrors-clang-format: v14.0.0 → v14.0.6](https://github.com/pre-commit/mirrors-clang-format/compare/v14.0.0...v14.0.6)
- [github.com/PyCQA/pylint: v2.15.2 → v2.15.3](https://github.com/PyCQA/pylint/compare/v2.15.2...v2.15.3)
This commit is contained in:
pre-commit-ci[bot]
2022-09-19 22:13:28 +00:00
committed by Sergio Martins
parent 4706392464
commit 1f27716020

View File

@@ -13,12 +13,12 @@ repos:
args: [--allow-multiple-documents]
- id: check-json
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v14.0.0
rev: v14.0.6
hooks:
- id: clang-format
exclude: (.json)
- repo: https://github.com/PyCQA/pylint
rev: v2.15.2
rev: v2.15.3
hooks:
- id: pylint
exclude: ^(.cmake-format.py|conan/conanfile.py)