mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-27 00:29:29 +00:00
Compare commits
18 Commits
f49037ab09
...
copilot/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9d1f9cc27 | ||
|
|
ecf4483937 | ||
|
|
d9e52d13a5 | ||
|
|
3f3e232fdb | ||
|
|
771bbfec91 | ||
|
|
afc5194cfb | ||
|
|
6696976012 | ||
|
|
716d4355fc | ||
|
|
ff2424de8c | ||
|
|
e8dc6b6bbc | ||
|
|
ec77ebbdb5 | ||
|
e02a3169a4
|
|||
| ade5e32387 | |||
|
|
3f0753b1b7 | ||
| eb8bce763d | |||
|
fc2aa86b89
|
|||
|
51eff4a4fe
|
|||
|
|
81232914cd |
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"extends": [
|
||||
"config:base"
|
||||
"config:base",
|
||||
"github>nikdoof/renovate-config:python"
|
||||
]
|
||||
}
|
||||
6
.github/workflows/lint.yaml
vendored
6
.github/workflows/lint.yaml
vendored
@@ -16,6 +16,10 @@ jobs:
|
||||
python-version: ["3.9"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Task
|
||||
uses: arduino/setup-task@v2
|
||||
with:
|
||||
version: 3.x
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
@@ -27,4 +31,4 @@ jobs:
|
||||
virtualenvs-in-project: true
|
||||
- name: Lint with ruff
|
||||
run: |
|
||||
make lint
|
||||
task python:lint
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
version: 3
|
||||
tasks:
|
||||
python:env:
|
||||
cmds:
|
||||
- poetry install --with=dev,github
|
||||
python:lint:
|
||||
desc: Lint Python files
|
||||
deps:
|
||||
- python:env
|
||||
cmds:
|
||||
- poetry run ruff check --output-format=github --select=E9,F63,F7,F82 --target-version=py39 .
|
||||
- poetry run ruff check --output-format=github --target-version=py39 .
|
||||
|
||||
1186
poetry.lock
generated
1186
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -27,7 +27,7 @@ build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^8.0.0"
|
||||
ruff = "^0.9.0"
|
||||
ruff = "^0.12.0"
|
||||
pytest-mock = "^3.12.0"
|
||||
pytest-flask = "^1.3.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user