Skip to content

Commit

Permalink
Merge pull request #2191 from glensc/pep639
Browse files Browse the repository at this point in the history
Update pre-commit hooks (validate-pyproject v0.23)
  • Loading branch information
glensc authored Feb 21, 2025
2 parents b89e9c3 + 3db996f commit d8f731f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:

# https://pypi.org/project/validate-pyproject/
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.20.2
rev: v0.23
hooks:
- id: validate-pyproject
# Optional extra validations from SchemaStore:
Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name = "PlexTraktSync"
dynamic = ["version"]
description = "Plex-Trakt-Sync is a two-way-sync between trakt.tv and Plex Media Server"
readme = "README.md"
license = {file = "LICENSE"}
license = "MIT"
license-files = [ "LICENSE" ]
# See: https://pypi.python.org/pypi?:action=list_classifiers
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand All @@ -12,9 +13,6 @@ classifiers = [
"Environment :: Console",
"Operating System :: OS Independent",

# Pick your license as you wish (see also "license" above)
"License :: OSI Approved :: MIT License",

# List of Python versions and their support status:
# https://en.wikipedia.org/wiki/History_of_Python#Support
# https://endoflife.date/python
Expand Down

0 comments on commit d8f731f

Please sign in to comment.