File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 8
8
- id : check-toml
9
9
- id : check-added-large-files
10
10
- repo : https://github.com/psf/black
11
- rev : 23.3 .0
11
+ rev : 23.7 .0
12
12
hooks :
13
13
- id : black
14
14
- repo : https://github.com/pre-commit/mirrors-isort
@@ -17,7 +17,11 @@ repos:
17
17
- id : isort
18
18
additional_dependencies : [toml]
19
19
- repo : https://github.com/pre-commit/mirrors-mypy
20
- rev : v1.3.0
20
+ rev : v1.5.1
21
21
hooks :
22
22
- id : mypy
23
23
additional_dependencies : [types-requests]
24
+ - repo : https://github.com/astral-sh/ruff-pre-commit
25
+ rev : v0.0.287
26
+ hooks :
27
+ - id : ruff
Original file line number Diff line number Diff line change 35
35
print ("Successfully uploaded addon" )
36
36
except UploadException as e :
37
37
print (f"Failed to upload: { e .status } - { e .error_code } - { e .message } " )
38
- print (f "Errors:" )
38
+ print ("Errors:" )
39
39
for error in e .errors :
40
40
print (f"- { error ['message' ]} " )
41
41
You can’t perform that action at this time.
0 commit comments