Skip to content

Commit

Permalink
Specify what Python version Refurb uses when version isn't set:
Browse files Browse the repository at this point in the history
Closes #303
  • Loading branch information
dosisod committed Nov 15, 2023
1 parent 3f243b1 commit 0c161c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ for this flag must be in the form `x.y`, for example, `3.10`.

The syntax for using this in the config file is `python_version = "3.10"`.

When the Python version is unspecified, Refurb uses whatever version your local Python installation uses.
For example, if your `python --version` is `3.11.5`, Refurb uses `3.11`, dropping the `5` patch version.

## Changing Output Formats

By default everything is outputted as plain text:
Expand Down

0 comments on commit 0c161c3

Please sign in to comment.