Skip to content

Commit

Permalink
No fix by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomperez98 committed Oct 24, 2023
1 parent 6a4cb49 commit d72534a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pyrgo"
version = "1.1.2"
version = "1.1.3"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion pyrgo/cli/cmds/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@click.option(
"--fix/--no-fix",
"fix",
default=True,
default=False,
show_default=True,
type=click.BOOL,
)
Expand Down

0 comments on commit d72534a

Please sign in to comment.