File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ default_language_version:
3
3
4
4
repos :
5
5
- repo : " https://github.com/PyCQA/pylint"
6
- rev : v3.3.3
6
+ rev : v3.3.4
7
7
hooks :
8
8
- id : pylint
9
9
- repo : " https://github.com/bwhmather/ssort"
10
10
rev : 0.14.0
11
11
hooks :
12
12
- id : ssort
13
13
- repo : " https://github.com/charliermarsh/ruff-pre-commit"
14
- rev : v0.9.3
14
+ rev : v0.9.4
15
15
hooks :
16
16
- id : ruff
17
17
args : ["--fix", "--exit-non-zero-on-fix"]
33
33
args : ["--autofix"]
34
34
- id : trailing-whitespace
35
35
- repo : " https://github.com/psf/black"
36
- rev : 24.10 .0
36
+ rev : 25.1 .0
37
37
hooks :
38
38
- id : black
39
39
- repo : " https://github.com/pre-commit/mirrors-clang-format"
Original file line number Diff line number Diff line change 49
49
"class" : "logging.handlers.RotatingFileHandler" ,
50
50
"level" : "DEBUG" ,
51
51
"formatter" : "default" ,
52
- "filename" : log_dir
53
- / f"{ datetime .now (tz = UTC ).strftime ('%Y-%m-%d' )} .log" ,
52
+ "filename" : (
53
+ log_dir / f"{ datetime .now (tz = UTC ).strftime ('%Y-%m-%d' )} .log"
54
+ ),
54
55
"maxBytes" : 5242880 , # 5MB
55
56
"backupCount" : 5 ,
56
57
},
You can’t perform that action at this time.
0 commit comments