File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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.5 .0
3
+ rev : v4.6 .0
4
4
hooks :
5
5
- id : check-yaml
6
6
- id : end-of-file-fixer
20
20
types : [pyi]
21
21
22
22
- repo : https://github.com/psf/black
23
- rev : 24.2.0
23
+ rev : 24.4.2
24
24
hooks :
25
25
- id : black
26
26
# It is recommended to specify the latest version of Python
30
30
31
31
- repo : https://github.com/astral-sh/ruff-pre-commit
32
32
# Ruff version.
33
- rev : v0.3.0
33
+ rev : v0.4.6
34
34
hooks :
35
35
- id : ruff
36
36
args : [ --fix, --exit-non-zero-on-fix ]
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ def __init__(
263
263
264
264
self .__exit_code : ExitCodeT = proc_enums .INVALID
265
265
self .__timestamp : datetime .datetime | None = None
266
- self .exit_code = exit_code # noqa: PLE0237
266
+ self .exit_code = exit_code
267
267
268
268
self .__started : datetime .datetime | None = started
269
269
You can’t perform that action at this time.
0 commit comments