Skip to content

Commit

Permalink
Merge branch 'main' into nuitka
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans authored Dec 20, 2024
2 parents b0b1e1a + f321d0d commit 8f147d6
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 160 deletions.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
enable-cache: false
- run: uv tool run --from pre-commit@latest --with pre-commit-uv --no-cache --python 3.12 pre-commit run --all-files
build:
strategy:
Expand All @@ -38,7 +40,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- run: uv run --no-dev --group nuitka --frozen --python 3.12 python -m nuitka --mode=standalone --python-flag='-m' --assume-yes-for-downloads --deployment --lto=yes proxy_scraper_checker
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.8.2
rev: v0.8.4
hooks:
- id: ruff
args:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ urls.repository = "https://github.com/monosans/proxy-scraper-checker"
[dependency-groups]
dev = [
"mypy[faster-cache]==1.13",
"ruff==0.8.2",
"ruff==0.8.4",
"tomli==2.2.1",
"types-aiofiles==24.1.0.20240626",
"typing-extensions==4.12.2",
]
nuitka = ["nuitka==2.5.6"]
nuitka = ["nuitka==2.5.7"]
218 changes: 109 additions & 109 deletions uv.lock

Large diffs are not rendered by default.

0 comments on commit 8f147d6

Please sign in to comment.