Skip to content

Commit

Permalink
Update cmake-format version for pre-commit and environments.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Apr 21, 2022
1 parent 17bdbcb commit 3c96227
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
# Note that pre-commit autoupdate does not update the versions
# of dependencies, so we'll have to update this manually.
additional_dependencies:
- cmake-format==0.6.11
- cmake-format==0.6.13
- id: cmake-lint
name: cmake-lint
entry: ./scripts/run-cmake-format.sh cmake-lint
Expand All @@ -45,7 +45,7 @@ repos:
# Note that pre-commit autoupdate does not update the versions
# of dependencies, so we'll have to update this manually.
additional_dependencies:
- cmake-format==0.6.11
- cmake-format==0.6.13

default_language_version:
python: python3
2 changes: 1 addition & 1 deletion conda/environments/rmm_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- clang=11.1.0
- clang-tools=11.1.0
- cmake>=3.20.1,!=3.23.0
- cmake-format=0.6.11
- cmake-format=0.6.13
- flake8=3.8.3
- black=22.3.0
- isort=5.6.4
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/rmm_dev_cuda11.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- clang=11.1.0
- clang-tools=11.1.0
- cmake>=3.20.1,!=3.23.0
- cmake-format=0.6.11
- cmake-format=0.6.13
- flake8=3.8.3
- black=22.3.0
- isort=5.6.4
Expand Down

0 comments on commit 3c96227

Please sign in to comment.