File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
- id : black
6
6
args : [--safe, --quiet]
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.4 .0
8
+ rev : v4.5 .0
9
9
hooks :
10
10
- id : trailing-whitespace
11
11
- id : end-of-file-fixer
@@ -20,18 +20,18 @@ repos:
20
20
additional_dependencies :
21
21
- flake8-typing-imports==1.14.0
22
22
- repo : https://github.com/asottile/reorder-python-imports
23
- rev : v3.11 .0
23
+ rev : v3.12 .0
24
24
hooks :
25
25
- id : reorder-python-imports
26
26
args : ['--application-directories=.:src']
27
27
- repo : https://github.com/asottile/pyupgrade
28
- rev : v3.13 .0
28
+ rev : v3.15 .0
29
29
hooks :
30
30
- id : pyupgrade
31
31
args : [--py37-plus]
32
32
33
33
- repo : https://github.com/tox-dev/pyproject-fmt
34
- rev : " 1.1 .0"
34
+ rev : " 1.2 .0"
35
35
hooks :
36
36
- id : pyproject-fmt
37
37
- repo : https://github.com/pre-commit/mirrors-mypy
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
" Programming Language :: Python :: Implementation :: CPython" ,
35
36
" Topic :: Software Development :: Libraries" ,
36
37
]
You can’t perform that action at this time.
0 commit comments