Skip to content

Commit 1bc001b

Browse files
author
Mike Mindel
committed
Small tweaks
1 parent 2eb0432 commit 1bc001b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The version of Python that your project uses is needed by the GitHub Action that
4040
You can create it like this:
4141

4242
```sh
43-
echo 3.12.6 > .python-version
43+
echo 3.13.2 > .python-version
4444
```
4545

4646
## Reviewing the license

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ line-length = 80
33
src = [".", "mylib"]
44

55
[tool.ruff.format]
6-
quote-style = "double"
6+
quote-style = "double"

0 commit comments

Comments
 (0)