chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:32:53 +08:00
commit 2a16f2f53b
247 changed files with 69150 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
name: Linting with flake8, etc
on: [workflow_dispatch, workflow_call]
jobs:
linter:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/setup-python@v6
with:
python-version: "3.x"
- run: pip install --upgrade .[develop]
- run: python -We:invalid -m compileall -f mpmath -q
- run: flake518 mpmath