Skip to content

Commit

Permalink
add requirements-lintrunner.txt to requirements-dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tianleiwu committed Dec 10, 2024
1 parent 0c5bf2a commit ced64e4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
run: |
set -e -x
python -m pip install --user -r requirements-dev.txt
python -m pip install --user lintrunner
lintrunner init
- name: Run lintrunner on all files
run: |
Expand Down
2 changes: 1 addition & 1 deletion .lintrunner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# You can install the dependencies and initialize with
#
# ```sh
# pip install lintrunner
# pip install -r requirements-lintrunner.txt
# lintrunner init
# ```
#
Expand Down
2 changes: 1 addition & 1 deletion docs/Coding_Conventions_and_Standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Using `Show Code Coverage Coloring` will allow you to visually inspect which lin
This project uses [lintrunner](https://github.com/suo/lintrunner) for linting. It provides a consistent linting experience locally and in CI. You can install the dependencies and initialize with

```sh
pip install lintrunner
pip install -r requirements-lintrunner.txt
lintrunner init
```

Expand Down
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
black>=22.3
-r requirements-lintrunner.txt
cerberus
flatbuffers
isort
jinja2
numpy
onnx
Expand Down

0 comments on commit ced64e4

Please sign in to comment.