Skip to content

Commit

Permalink
Ignore .tox by default (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Mar 29, 2024
1 parent 1296c19 commit 0a9fbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bump_pydantic/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
P = ParamSpec("P")
T = TypeVar("T")

DEFAULT_IGNORES = [".venv/**"]
DEFAULT_IGNORES = [".venv/**", ".tox/**"]


def version_callback(value: bool):
Expand Down

0 comments on commit 0a9fbe5

Please sign in to comment.