Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 17, 2024
1 parent 2a2f4e3 commit 9d44f98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ check if there is an existing issue already filed for the same, in the project's
GitHub [issue tracker]. If not, please file a new issue.

If you want to help out by fixing bugs, choose an open issue in the [issue
tracker] to work on and claim it by posting a comment saying "I would like to
work on this.". Feel free to ask any doubts in the issue thread.
tracker] to work on and claim it by posting a comment saying "I would like to work
on this.". Feel free to ask any doubts in the issue thread.

While working on implementing the feature, please go ahead and file a pull
request. Filing a pull request early allows for getting feedback as early as
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
build-backend = "flit_core.buildapi"
requires = [
"flit_core<4,>=3.2",
"flit-core<4,>=3.2",
]

[project]
Expand All @@ -24,8 +24,7 @@ dynamic = [
"description",
"version",
]
[project.urls]
"GitHub" = "https://github.com/pypa/installer"
urls."GitHub" = "https://github.com/pypa/installer"

[tool.mypy]
files = "src,tools"
Expand Down

0 comments on commit 9d44f98

Please sign in to comment.