Skip to content

Commit

Permalink
Remove py from suffix
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <[email protected]>
  • Loading branch information
gaborbernat committed Oct 20, 2024
1 parent eded4c1 commit 301c163
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# toml-fmt-py-common
# toml-fmt-common

Contains Python code common to all formatters under the `toml-fmt` umbrella (meant to only be used by that project).

[![check](https://github.com/tox-dev/toml-fmt-py-common/actions/workflows/check.yaml/badge.svg)](https://github.com/tox-dev/toml-fmt-py-common/actions/workflows/check.yaml)
[![check](https://github.com/tox-dev/toml-fmt-common/actions/workflows/check.yaml/badge.svg)](https://github.com/tox-dev/toml-fmt-common/actions/workflows/check.yaml)
[![PyPI version](https://badge.fury.io/py/toml-fmt-common.svg)](https://badge.fury.io/py/toml-fmt-common)
[![PyPI Supported Python Versions](https://img.shields.io/pypi/pyversions/toml-fmt-common.svg)](https://pypi.python.org/pypi/toml-fmt-common/)
[![Downloads](https://static.pepy.tech/badge/toml-fmt-common/month)](https://pepy.tech/project/toml-fmt-common)
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ dynamic = [ "version" ]
dependencies = [
"tomli>=2.0.2; python_version<'3.11'",
]
urls.Changelog = "https://github.com/tox-dev/toml-fmt-py-common/releases"
urls.Documentation = "https://github.com/tox-dev/toml-fmt-py-common#toml-fmt-py-common"
urls.Homepage = "https://github.com/tox-dev/toml-fmt-py-common"
urls.Source = "https://github.com/tox-dev/toml-fmt-py-common"
urls.Tracker = "https://github.com/tox-dev/toml-fmt-py-common/issues"
urls.Changelog = "https://github.com/tox-dev/toml-fmt-common/releases"
urls.Documentation = "https://github.com/tox-dev/toml-fmt-common#toml-fmt-common"
urls.Homepage = "https://github.com/tox-dev/toml-fmt-common"
urls.Source = "https://github.com/tox-dev/toml-fmt-common"
urls.Tracker = "https://github.com/tox-dev/toml-fmt-common/issues"

[tool.hatch]
version.source = "vcs"
Expand Down Expand Up @@ -74,7 +74,7 @@ lint.per-file-ignores."tests/**/*.py" = [
"S603", # `subprocess` call: check for execution of untrusted input
]
lint.isort = { known-first-party = [
"toml_fmt_py_common",
"toml_fmt_common",
], required-imports = [
"from __future__ import annotations",
] }
Expand Down

0 comments on commit 301c163

Please sign in to comment.