Skip to content

Commit

Permalink
Add linter dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
junrushao committed Oct 21, 2023
1 parent b9dd28c commit 963d6c7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docker/install/conda_envs/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@ name: ci-lint
channels:
- conda-forge
dependencies:
- python==3.11
- python
- black
- isort
- pylint
- mypy
- clang-format
- tqdm
- pytorch-cpu
- attrs
- cloudpickle
- decorator
- ml_dtypes
- numpy
- scipy
- tornado

0 comments on commit 963d6c7

Please sign in to comment.