Skip to content

Commit

Permalink
Freeze cpplint: cpplint/cpplint#293
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Oct 12, 2024
1 parent d304768 commit 9ad4ff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repos:
"--linelength=100", "--recursive",
"--filter=-build/c++11,-build/include,-build/namespaces_literals,-runtime/references,-build/include_order,+build/include_what_you_use",
"--root=include"]
additional_dependencies: [cpplint]
additional_dependencies: [cpplint==1.6.1]
types_or: [c++]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
Expand Down
4 changes: 2 additions & 2 deletions ops/conda_env/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ dependencies:
- llvm-openmp
- cython
- lightgbm
- cpplint
- cpplint==1.6.1
- pylint
- awscli
- python-build
- pip
- pip:
- cibuildwheel
- xgboost==2.1.0
- xgboost>=2.1.0

0 comments on commit 9ad4ff5

Please sign in to comment.