File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,12 +43,14 @@ jobs:
4343 pip install -r requirements.txt -r requirements_dev.txt
4444
4545 - name : Black
46+ continue-on-error : true
4647 if : steps.list_changed_python_files.outputs.files != null
4748 run : |
4849 . venv/bin/activate
4950 black --check ${{ steps.list_changed_python_files.outputs.files }}
5051
5152 - name : Flake8
53+ continue-on-error : true
5254 if : steps.list_changed_python_files.outputs.files != null
5355 run : |
5456 . venv/bin/activate
Original file line number Diff line number Diff line change 1+ *
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ watchdog==0.9.0
55flake8==3.7.8
66tox==3.14.0
77coverage==4.5.4
8- Sphinx==1.8.5
8+ Sphinx==8.1.3
99twine==1.14.0
1010
1111pytest==6.2.4
12- black==21.7b0
12+ black==25.1
1313pytest-watch==4.2.0
1414ipython==8.14.0
1515ipdb==0.13.13
You can’t perform that action at this time.
0 commit comments