File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 2424 - name : Install dependencies
2525 run : |
2626 pip install -r requirements.txt
27- pip install flake8
2827 - name : Check Format with flake8
2928 run : |
3029 # stop the build if there are Python syntax errors or undefined names
Original file line number Diff line number Diff line change 2424 - name : Install dependencies
2525 run : |
2626 pip install -r requirements.txt
27- pip install pytest
2827 - name : Run Unittests
2928 run : |
3029 pytest
Original file line number Diff line number Diff line change 22 <h1>
33 💡 Awesome Python Leetcode
44 <br>
5+ <span style="font-size: large">
6+ Awesome Leetcode problems and solutions written in Python!
7+ </span>
8+ <br>
59 <a href="https://awesome.re">
610 <img src="https://awesome.re/badge.svg">
711 </a>
2024 </h1>
2125</div >
2226
23- This repository contains awesome LeetCode problems and solutions written in Python to prepare for coding interviews.
24-
2527## Leetcode Study Plans 📚
2628
2729### Introduction To
Original file line number Diff line number Diff line change 1- numpy >= 2.2.4
1+ numpy >= 2.2.4
2+ pytest >= 8.3.5
3+ pytest-cov >= 6.1.1
4+ flake8 >= 7.2.0
5+ black >= 25.1.0
6+ twine >= 6.1.0
7+ build >= 1.2.2.post1
You can’t perform that action at this time.
0 commit comments