We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75a350 commit 24bf540Copy full SHA for 24bf540
.github/workflows/test.yml
@@ -38,9 +38,6 @@ jobs:
38
python -m pip install --upgrade pip
39
pip install -r requirements.txt
40
pip install -r requirements-dev.txt
41
- - name: Lint with flake8
42
- run: |
43
- flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
44
- name: Build and Test
45
run: |
46
python -m pytest -o log_cli=true -o log_cli_level="INFO" --cov=prompt_string --cov-report=xml -v ./
0 commit comments