Skip to content

Commit 0431f4e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1a174ea commit 0431f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ to be supplied to ``get_version()``. For example:
7777
# pyproject.toml
7878
[tool.setuptools_scm]
7979
write_to = "pkg/_version.py"
80-
80+
8181
Where ``pkg`` is the name of your package.
8282

8383
If you need to confirm which version string is being generated
@@ -339,7 +339,7 @@ if it doesn't already exist, and copy-paste this into it::
339339
Finally, don't forget to commit those two files::
340340

341341
git add .git_archival.txt .gitattributes && git commit
342-
342+
343343
Note that if you are creating a ``_version.py`` file, note that it should not
344344
be kept in version control.
345345

0 commit comments

Comments
 (0)