File tree 3 files changed +16
-5
lines changed
3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : v0.2 .2
3
+ rev : v0.4 .2
4
4
hooks :
5
5
- id : ruff
6
6
args : [--fix]
7
7
8
8
- repo : https://github.com/psf/black
9
- rev : 24.2.0
9
+ rev : 24.4.2
10
10
hooks :
11
11
- id : black
12
12
language_version : python3.12
13
13
14
14
- repo : https://github.com/pre-commit/mirrors-mypy
15
- rev : v1.8 .0
15
+ rev : v1.10 .0
16
16
hooks :
17
17
- id : mypy
18
18
additional_dependencies :
@@ -26,7 +26,14 @@ repos:
26
26
- id : prettier
27
27
28
28
- repo : https://github.com/pre-commit/pre-commit-hooks
29
- rev : v4.5 .0
29
+ rev : v4.6 .0
30
30
hooks :
31
31
- id : end-of-file-fixer
32
32
- id : trailing-whitespace
33
+
34
+ ci :
35
+ autofix_commit_msg : " [pre-commit.ci] auto fixes from pre-commit.com hooks"
36
+ autofix_prs : true
37
+ autoupdate_commit_msg : " [pre-commit.ci] pre-commit autoupdate"
38
+ autoupdate_schedule : quarterly
39
+ submodules : false
Original file line number Diff line number Diff line change @@ -85,6 +85,10 @@ Unreleased
85
85
86
86
- Fix warnings due to use of deprecated AST classes
87
87
88
+ Version 2.5.1 (February 25, 2024)
89
+
90
+ - Fix packaging metadata that still incorrectly declared support for Python 3.7
91
+
88
92
Version 2.5.0 (February 25, 2024)
89
93
90
94
- Update bundled typeshed
Original file line number Diff line number Diff line change 19
19
)
20
20
from .resolver import ImportedInfo , Resolver
21
21
22
- __version__ = "2.5.0 "
22
+ __version__ = "2.5.1 "
23
23
24
24
25
25
__all__ = [
You can’t perform that action at this time.
0 commit comments