Skip to content

Commit 780734a

Browse files
committed
Merge branch 'main' of github.com:Sebagabones/Server-Side-Rendered-Includes
2 parents 55f7655 + 896e713 commit 780734a

File tree

1,341 files changed

+206444
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,341 files changed

+206444
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: ["pypy3.10", "3.9", "3.10", "3.11", "3.12", "3.13"]
21+
python-version: ["pypy3.10", "3.9", "3.10", "3.12", "3.13"]
2222

2323

2424
steps:
144 Bytes
Binary file not shown.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ ssri = "ssri:main"
3030
Homepage = "https://github.com/Sebagabones/Server-Side-Rendered-Includes"
3131

3232
[tool.pytest.ini_options]
33+
pythonpath = [
34+
"src"
35+
]
3336
addopts = [
3437
"--import-mode=importlib",
3538
]

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
import ssri
File renamed without changes.
File renamed without changes.
168 Bytes
Binary file not shown.
168 Bytes
Binary file not shown.
14.5 KB
Binary file not shown.
-20 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)