File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.4 .0
3+ rev : v4.5 .0
44 hooks :
55 - id : check-toml
66 - id : check-yaml
@@ -31,15 +31,15 @@ repos:
3131 args :
3232 - --trailing-comma=es5
3333- repo : https://github.com/pre-commit/mirrors-eslint
34- rev : v8.50 .0
34+ rev : v8.51 .0
3535 hooks :
3636 - id : eslint
3737 files : \.js?$
3838 types : [file]
3939 args :
4040 - --fix
4141- repo : https://github.com/astral-sh/ruff-pre-commit
42- rev : ' v0.0.291 '
42+ rev : ' v0.0.292 '
4343 hooks :
4444 - id : ruff
4545 args : [--fix, --exit-non-zero-on-fix]
@@ -50,10 +50,10 @@ repos:
5050 language_version : python3
5151 entry : black --target-version=py38
5252- repo : https://github.com/tox-dev/pyproject-fmt
53- rev : 1.1 .0
53+ rev : 1.2 .0
5454 hooks :
5555 - id : pyproject-fmt
5656- repo : https://github.com/abravalheri/validate-pyproject
57- rev : v0.14
57+ rev : v0.15
5858 hooks :
5959 - id : validate-pyproject
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ classifiers = [
3131 " Programming Language :: Python :: 3.9" ,
3232 " Programming Language :: Python :: 3.10" ,
3333 " Programming Language :: Python :: 3.11" ,
34+ " Programming Language :: Python :: 3.12" ,
3435 " Topic :: Software Development :: Libraries :: Python Modules" ,
3536]
3637dynamic = [
You can’t perform that action at this time.
0 commit comments