Skip to content

Commit

Permalink
Merge branch 'kdsoap-2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Dec 14, 2023
2 parents d1ccf24 + 46ef269 commit 5e2da07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ repos:
- id: check-yaml
args: [--allow-multiple-documents]
- id: check-json
- id: check-symlinks
- id: destroyed-symlinks
- id: check-executables-have-shebangs
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.2
rev: v17.0.6
hooks:
- id: clang-format
- repo: https://github.com/PyCQA/pylint
rev: v3.0.1
rev: v3.0.3
hooks:
- id: pylint
exclude: ^(.cmake-format.py|conan/conanfile.py|scripts/genignore.py)
Expand Down
Empty file modified unittests/keep_unused_types/keep_unused_types.wsdl
100755 → 100644
Empty file.
Empty file modified unittests/runTest.bat
100755 → 100644
Empty file.

0 comments on commit 5e2da07

Please sign in to comment.