File tree Expand file tree Collapse file tree 3 files changed +20
-10
lines changed
Expand file tree Collapse file tree 3 files changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
2828 python-version : " 3.8"
2929
3030 - name : Install dependencies
31- run : pip install -r requirements.txt
31+ run : pip install -r requirements-dev.lock
3232
33- - name : flake8 lint
34- run : flake8 src/captcha
33+ - name : ruff lint
34+ run : ruff check
3535
3636 - name : mypy lint
3737 run : mypy
5454 python-version : ${{ matrix.python-version }}
5555
5656 - name : Install dependencies
57- run : pip install -r requirements.txt
57+ run : pip install -r requirements-dev.lock
5858
5959 - name : Report coverage
6060 run : pytest --cov=captcha --cov-report=xml
Original file line number Diff line number Diff line change 1+ # This file was autogenerated by uv via the following command:
2+ # uv export --no-hashes -o requirements-dev.lock
3+ -e .
4+ colorama==0.4.6 ; sys_platform == 'win32'
5+ coverage==7.6.1 ; python_full_version < '3.9'
6+ coverage==7.6.12 ; python_full_version >= '3.9'
7+ exceptiongroup==1.2.2 ; python_full_version < '3.11'
8+ iniconfig==2.0.0
9+ packaging==24.2
10+ pillow==10.4.0 ; python_full_version < '3.9'
11+ pillow==11.1.0 ; python_full_version >= '3.9'
12+ pluggy==1.5.0
13+ pytest==8.3.4
14+ pytest-cov==5.0.0 ; python_full_version < '3.9'
15+ pytest-cov==6.0.0 ; python_full_version >= '3.9'
16+ tomli==2.2.1 ; python_full_version <= '3.11'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments