mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-03-28 17:42:56 +01:00
CI Fixes
This commit is contained in:
@@ -25,6 +25,7 @@ Also check for substantial comments or inline instructions within the codebase t
|
|||||||
- File paths and directory structures are accurate.
|
- File paths and directory structures are accurate.
|
||||||
|
|
||||||
3. **Identify and fix discrepancies:**
|
3. **Identify and fix discrepancies:**
|
||||||
|
- **Version updates** — ensure documentation reflects any new/updated/removed versions. Check .python-version, pyproject.toml, etc.
|
||||||
- **Stale/legacy content** — documented but no longer in the code. Remove it.
|
- **Stale/legacy content** — documented but no longer in the code. Remove it.
|
||||||
- **Missing content** — exists in the code but not documented. Add it.
|
- **Missing content** — exists in the code but not documented. Add it.
|
||||||
- **Inaccurate descriptions** — documented behavior doesn't match implementation. Correct it.
|
- **Inaccurate descriptions** — documented behavior doesn't match implementation. Correct it.
|
||||||
|
|||||||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -7,6 +7,7 @@ on:
|
|||||||
- "src/**"
|
- "src/**"
|
||||||
- "tests/**"
|
- "tests/**"
|
||||||
- "alembic/**"
|
- "alembic/**"
|
||||||
|
- ".python-version"
|
||||||
- "pyproject.toml"
|
- "pyproject.toml"
|
||||||
- ".pre-commit-config.yaml"
|
- ".pre-commit-config.yaml"
|
||||||
- ".github/workflows/ci.yml"
|
- ".github/workflows/ci.yml"
|
||||||
|
|||||||
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@@ -7,6 +7,7 @@ on:
|
|||||||
- "src/**"
|
- "src/**"
|
||||||
- "alembic/**"
|
- "alembic/**"
|
||||||
- "alembic.ini"
|
- "alembic.ini"
|
||||||
|
- ".python-version"
|
||||||
- "pyproject.toml"
|
- "pyproject.toml"
|
||||||
- "Dockerfile"
|
- "Dockerfile"
|
||||||
- "docker-compose.yml"
|
- "docker-compose.yml"
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
default_language_version:
|
||||||
|
python: python3
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.5.0
|
rev: v4.5.0
|
||||||
@@ -14,7 +17,6 @@ repos:
|
|||||||
rev: 24.3.0
|
rev: 24.3.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
language_version: python3.13
|
|
||||||
args: ["--line-length=88"]
|
args: ["--line-length=88"]
|
||||||
|
|
||||||
- repo: https://github.com/pycqa/flake8
|
- repo: https://github.com/pycqa/flake8
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
[](https://github.com/ipnet-mesh/meshcore-hub/actions/workflows/docker.yml)
|
[](https://github.com/ipnet-mesh/meshcore-hub/actions/workflows/docker.yml)
|
||||||
[](https://www.buymeacoffee.com/jinglemansweep)
|
[](https://www.buymeacoffee.com/jinglemansweep)
|
||||||
|
|
||||||
Python 3.13+ platform for managing and orchestrating MeshCore mesh networks.
|
Python 3.14+ platform for managing and orchestrating MeshCore mesh networks.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user