Skip to content

Commit 24bf540

Browse files
committed
ci: remove lint
1 parent b75a350 commit 24bf540

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
python -m pip install --upgrade pip
3939
pip install -r requirements.txt
4040
pip install -r requirements-dev.txt
41-
- name: Lint with flake8
42-
run: |
43-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
4441
- name: Build and Test
4542
run: |
4643
python -m pytest -o log_cli=true -o log_cli_level="INFO" --cov=prompt_string --cov-report=xml -v ./

0 commit comments

Comments
 (0)