Skip to content

Commit

Permalink
add pre-commit to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Dec 4, 2023
1 parent 8ee6b60 commit bd96210
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies:
- ninja=1.10
- nlohmann_json=3.9
- numpy>=1.21
- pre-commit
- pybind11-stubgen=0.10
- pytest
- pytest-asyncio
Expand Down
1 change: 1 addition & 0 deletions conda/environments/ci_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies:
- librmm=23.06
- ninja=1.10
- nlohmann_json=3.9
- pre-commit
- pybind11-stubgen=0.10
- pytest
- pytest-asyncio
Expand Down
10 changes: 6 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,16 @@ dependencies:
common:
- output_types: [conda]
packages:
- clang=16
- bash-completion
- clang-tools=16
- clang=16
- clangdev=16
- clangxx=16
- libclang=16
- gdb
- libclang-cpp=16
- libclang=16
- llvmdev=16
- gdb
- bash-completion
- pre-commit

code_style:
common:
Expand Down Expand Up @@ -100,6 +101,7 @@ dependencies:
- output_types: [conda]
packages:
- codecov=2.1
- pre-commit

examples:
common:
Expand Down

0 comments on commit bd96210

Please sign in to comment.