Skip to content

Commit

Permalink
Move --global option into shared parser (pypa#1397)
Browse files Browse the repository at this point in the history
* Move `--global` option into shared parser

* Add changelog

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update tests

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and DimitriPapadopoulos committed May 12, 2024
1 parent 964d93c commit 9d72faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ lint.extend-select = [
"PLE",
"PLW",
"RSE",
"RUF100",
"W",
]
lint.isort = {known-first-party = ["helpers", "package_info", "pipx"]}
Expand Down

0 comments on commit 9d72faf

Please sign in to comment.