diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d9bd16b --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.py text eol=lf diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d7cf35..057fd7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,5 @@ jobs: run: uv run ruff format --check . - name: Run tests run: uv run pytest -q -p no:cacheprovider - - name: Run guard plugin tests explicitly - run: uv run pytest -q tests/guard/test_plugin_guard.py -p no:cacheprovider - name: Validate release run: uv run python scripts/violin_guard.py check-release