File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ repos:
22
22
args : ["--option", "array_auto_collapse=false"]
23
23
- id : taplo-lint
24
24
args : ["--no-schema"]
25
+ - repo : https://github.com/abravalheri/validate-pyproject
26
+ rev : v0.23
27
+ hooks :
28
+ - id : validate-pyproject
29
+ additional_dependencies : ["validate-pyproject-schema-store[all]"]
25
30
- repo : https://github.com/astral-sh/ruff-pre-commit
26
31
rev : v0.9.9
27
32
hooks :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ authors = [
8
8
readme = " README.rst"
9
9
requires-python = " >=3.9"
10
10
classifiers = [
11
- " License :: OSI Approved :: MIT" ,
11
+ " License :: OSI Approved :: MIT License " ,
12
12
" Operating System :: OS Independent" ,
13
13
" Programming Language :: Python :: 3" ,
14
14
" Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments