File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
# See https://pre-commit.com for more information
2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
exclude : " CHANGELOG.md|.copier-answers.yml|.all-contributorsrc"
4
- default_stages : [commit]
4
+ default_stages : [pre- commit]
5
5
6
6
ci :
7
7
autofix_commit_msg : " chore(pre-commit.ci): auto fixes"
@@ -32,10 +32,10 @@ repos:
32
32
args : [--fix, --exit-non-zero-on-fix]
33
33
- id : ruff-format
34
34
- repo : https://github.com/asottile/pyupgrade
35
- rev : v2.7.2
35
+ rev : v3.19.0
36
36
hooks :
37
37
- id : pyupgrade
38
- args : [--py36 -plus]
38
+ args : [--py39 -plus]
39
39
# - repo: https://github.com/pre-commit/mirrors-mypy
40
40
# rev: v1.11.2
41
41
# hooks:
Original file line number Diff line number Diff line change 2
2
-r requirements.txt
3
3
4
4
# Dev
5
- pytest
6
- pytest-cov
7
- pytest-asyncio
8
- pylint
5
+ pytest==8.3.4
6
+ pytest-cov==6.0.0
7
+ pytest-asyncio==0.24.0
9
8
10
9
# pre-commit
11
- pre-commit==2.7 .1
10
+ pre-commit==4.0 .1
Original file line number Diff line number Diff line change 25
25
"Topic :: Utilities" ,
26
26
"Programming Language :: Python" ,
27
27
"Programming Language :: Python :: 3" ,
28
- "Programming Language :: Python :: 3.5" ,
28
+ "Programming Language :: Python :: 3.9" ,
29
+ "Programming Language :: Python :: 3.10" ,
30
+ "Programming Language :: Python :: 3.11" ,
31
+ "Programming Language :: Python :: 3.12" ,
32
+ "Programming Language :: Python :: 3.13" ,
29
33
]
30
34
31
35
setup (
You can’t perform that action at this time.
0 commit comments