We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f9a8dc + 2a019da commit 2545bb5Copy full SHA for 2545bb5
.gitignore
@@ -1,3 +1,5 @@
1
+build/
2
+PySDL3.egg-info/
3
shaders/
4
sdl3/bin/
5
docs/temp/
pyproject.toml
@@ -37,4 +37,18 @@ include-package-data = true
37
"sdl3" = ["*.py"]
38
39
[tool.setuptools.dynamic]
40
-version = {attr = "sdl3.__version__"}
+version = {attr = "sdl3.__version__"}
41
+
42
+[tool.pyright]
43
+pythonVersion = "3.10"
44
45
+[tool.ruff]
46
+target-version = "py310"
47
48
+[tool.ruff.lint.flake8-quotes]
49
+inline-quotes = "double"
50
+docstring-quotes = "double"
51
52
+[tool.ruff.format]
53
+quote-style = "double"
54
+indent-style = "tab"
0 commit comments