File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 steps :
4545 - uses : actions/checkout@v6
4646
47+ - uses : astral-sh/setup-uv@v8.1.0
48+
4749 - uses : pypa/cibuildwheel@v3.4
4850
4951 - name : Verify clean directory
Original file line number Diff line number Diff line change 3737- repo : https://github.com/astral-sh/ruff-pre-commit
3838 rev : " v0.15.15"
3939 hooks :
40- - id : ruff
41- args : ["--fix", "--show-fixes" ]
40+ - id : ruff-check
41+ args : ["--fix"]
4242 - id : ruff-format
4343
4444# Changes tabs to spaces
Original file line number Diff line number Diff line change @@ -9,9 +9,11 @@ build-backend = "setuptools.build_meta"
99[tool .cibuildwheel ]
1010test-command = " python {project}/tests/test.py"
1111enable = [" pypy" , " graalpy" ]
12+ build-frontend = " build[uv]"
1213
1314
1415[tool .ruff ]
16+ show-fixes = true
1517target-version = " py39"
1618
1719[tool .ruff .lint ]
You can’t perform that action at this time.
0 commit comments