core: Add ruff rules for PIE (#26939)

All auto-fixes.
This commit is contained in:
Christophe Bornet
2024-09-27 18:08:35 +02:00
committed by GitHub
parent 836c2a4ae0
commit f4e738bb40
21 changed files with 16 additions and 52 deletions

View File

@@ -4,4 +4,3 @@ import pytest
@pytest.mark.compile
def test_placeholder() -> None:
"""Used for compiling integration tests without running any real tests."""
pass