Skip to content

Commit a2d428b

Browse files
committed
Anotehr attempts
1 parent 12ab3d4 commit a2d428b

File tree

3 files changed

+15
-40
lines changed

3 files changed

+15
-40
lines changed

.github/workflows/python-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Install dependencies from locked file
3333
run: python -m pip install -r requirements-dev.txt
3434

35+
- name: Install flake8
36+
run: python -m pip install flake8
37+
3538
- name: Run linter
3639
run: flake8 --max-line-length 120 --ignore=E721 .
3740

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ authors = [
77
]
88
license = { text = "GPL-2.0-only" }
99
readme = "README.md"
10-
homepage = "https://kernelcare.com/"
11-
repository = "https://github.com/cloudlinux/kcare-uchecker"
1210
keywords = ["security-audit", "shared-libraries", "security-scanner", "security-tools", "secutiry"]
1311
requires-python = ">=2.7"
1412

@@ -17,10 +15,9 @@ dependencies = []
1715
[project.scripts]
1816
uchecker = "uchecker:main"
1917

18+
# Add this section for your test dependencies
2019
[project.optional-dependencies]
2120
dev = [
2221
"pytest",
23-
"pytest-coverage",
24-
"flake8",
22+
"pytest-cov",
2523
]
26-

uv.lock

Lines changed: 10 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)