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 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.4 .0
3
+ rev : v4.5 .0
4
4
hooks :
5
5
- id : check-toml
6
6
- id : check-yaml
@@ -31,15 +31,15 @@ repos:
31
31
args :
32
32
- --trailing-comma=es5
33
33
- repo : https://github.com/pre-commit/mirrors-eslint
34
- rev : v8.50 .0
34
+ rev : v8.51 .0
35
35
hooks :
36
36
- id : eslint
37
37
files : \.js?$
38
38
types : [file]
39
39
args :
40
40
- --fix
41
41
- repo : https://github.com/astral-sh/ruff-pre-commit
42
- rev : ' v0.0.291 '
42
+ rev : ' v0.0.292 '
43
43
hooks :
44
44
- id : ruff
45
45
args : [--fix, --exit-non-zero-on-fix]
@@ -50,10 +50,10 @@ repos:
50
50
language_version : python3
51
51
entry : black --target-version=py38
52
52
- repo : https://github.com/tox-dev/pyproject-fmt
53
- rev : 1.1 .0
53
+ rev : 1.2 .0
54
54
hooks :
55
55
- id : pyproject-fmt
56
56
- repo : https://github.com/abravalheri/validate-pyproject
57
- rev : v0.14
57
+ rev : v0.15
58
58
hooks :
59
59
- id : validate-pyproject
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ classifiers = [
31
31
" Programming Language :: Python :: 3.9" ,
32
32
" Programming Language :: Python :: 3.10" ,
33
33
" Programming Language :: Python :: 3.11" ,
34
+ " Programming Language :: Python :: 3.12" ,
34
35
" Topic :: Software Development :: Libraries :: Python Modules" ,
35
36
]
36
37
dynamic = [
You can’t perform that action at this time.
0 commit comments