We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb0432 commit 1bc001bCopy full SHA for 1bc001b
2 files changed
README.md
@@ -40,7 +40,7 @@ The version of Python that your project uses is needed by the GitHub Action that
40
You can create it like this:
41
42
```sh
43
-echo 3.12.6 > .python-version
+echo 3.13.2 > .python-version
44
```
45
46
## Reviewing the license
pyproject.toml
@@ -3,4 +3,4 @@ line-length = 80
3
src = [".", "mylib"]
4
5
[tool.ruff.format]
6
-quote-style = "double"
+quote-style = "double"
0 commit comments