Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}
11 changes: 3 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@
# limitations under the License.

repos:
- repo: local
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: "ea59a72ffc9a1ce6b79b02a8076d031aa7ea7805" # v15.0.7
hooks:
- id: clang-format
name: clang-format
language: python
entry: tools/clang-format.sh
args: [clang-format]
additional_dependencies: ["clang-format>=15,<16"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
Expand All @@ -30,12 +26,11 @@ repos:
exclude: conda-recipe/meta\.yaml$
- id: check-added-large-files
- id: check-illegal-windows-names
- id: check-json
files: \.json$
- id: check-merge-conflict
- id: check-toml
files: \.toml$
- id: end-of-file-fixer
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
exclude: .*\.svg$
- id: mixed-line-ending
24 changes: 0 additions & 24 deletions tools/clang-format.sh

This file was deleted.

Loading