Skip to content

Commit 2f2d22e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 08207d3 commit 2f2d22e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ classifiers = [
4141
# from noxfile import DJ_VERSIONS
4242
#
4343
# for version in DJ_VERSIONS:
44-
# if version == "main":
45-
# continue
46-
# cog.outl(f' "Framework :: Django :: {version}",')
44+
# if version == "main":
45+
# continue
46+
# cog.outl(f' "Framework :: Django :: {version}",')
4747
# ]]] -->
4848
"Framework :: Django :: 4.2",
4949
"Framework :: Django :: 5.1",
@@ -61,7 +61,7 @@ classifiers = [
6161
# from noxfile import PY_VERSIONS
6262
#
6363
# for version in PY_VERSIONS:
64-
# cog.outl(f' "Programming Language :: Python :: {version}",')
64+
# cog.outl(f' "Programming Language :: Python :: {version}",')
6565
# ]]] -->
6666
"Programming Language :: Python :: 3.10",
6767
"Programming Language :: Python :: 3.11",
@@ -91,7 +91,6 @@ readme = "README.md"
9191
# cog.outl(f'requires-python = ">={PY_VERSIONS[0]}"')
9292
# ]]] -->
9393
requires-python = ">=3.10"
94-
# [[[end]]]
9594

9695
[project.urls]
9796
Documentation = "https://github.com/joshuadavidthomas/django-github-app#README"
@@ -229,7 +228,6 @@ line-length = 88
229228
# ]]] -->
230229
# Assume Python >3.10
231230
target-version = "py310"
232-
# [[[end]]]
233231

234232
[tool.ruff.format]
235233
# Like Black, indent with spaces, rather than tabs.

0 commit comments

Comments
 (0)