some play with renaming

This commit is contained in:
2026-07-16 13:51:51 +03:00
parent 7a2d8299ad
commit bfd3148617
11 changed files with 23 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
[tool.bandit]
skips = [
"B404",
"B603",
]
-3
View File
@@ -1,3 +0,0 @@
skips:
- B404
- B603
-7
View File
@@ -1,7 +0,0 @@
[pytest]
addopts = --cov=ahriman --cov-report=term-missing:skip-covered --no-cov-on-fail --cov-fail-under=100 --spec
asyncio_default_fixture_loop_scope = function
asyncio_mode = auto
pythonpath = tests
resource-path.directory-name-test-resources = ../../tests/testresources
spec_test_format = {result} {docstring_summary}
+12
View File
@@ -0,0 +1,12 @@
[pytest]
addopts = [
"--cov=ahriman",
"--cov-report=term-missing:skip-covered",
"--no-cov-on-fail",
"--cov-fail-under=100",
"--spec",
]
asyncio_default_fixture_loop_scope = "function"
asyncio_mode = "auto"
"resource-path.directory-name-test-resources" = "../../tests/testresources"
spec_test_format = "{result} {docstring_summary}"
+3 -3
View File
@@ -20,9 +20,9 @@ build() {
npm --prefix "frontend" install --cache "$srcdir/npm-cache"
npm --prefix "frontend" run build
python -m build --wheel --no-isolation ahriman-core
python -m build --wheel --no-isolation ahriman-triggers
python -m build --wheel --no-isolation ahriman-web
python -m build --wheel --no-isolation "ahriman-core"
python -m build --wheel --no-isolation "ahriman-triggers"
python -m build --wheel --no-isolation "ahriman-web"
}
package_ahriman() {
+2 -1
View File
@@ -62,9 +62,10 @@ exclude = [
"/recipes",
"/tools",
"tests",
"/.bandit.yml",
"/.bandit.toml",
"/.dockerignore",
"/.pylint.toml",
"/.pytest.toml",
"/.readthedocs.yml",
"/conftest.py",
"/github-logo.png",
View File
+1 -1
View File
@@ -28,7 +28,7 @@ autopep8 = [
]
bandit = [
"--configfile",
".bandit.yml",
".bandit.toml",
]
manpage = [
"--author",