File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 36
36
hooks :
37
37
- id : isort
38
38
- repo : https://github.com/astral-sh/ruff-pre-commit
39
- rev : v0.8.0
39
+ rev : v0.8.1
40
40
hooks :
41
41
- id : ruff
42
42
args : [--fix, --exit-non-zero-on-fix]
45
45
hooks :
46
46
- id : mypy
47
47
- repo : https://github.com/pycqa/bandit
48
- rev : 1.7.10
48
+ rev : 1.8.0
49
49
hooks :
50
50
- id : bandit
51
51
args : [-c, pyproject.toml]
Original file line number Diff line number Diff line change 25
25
DEFAULT_CONFIGS_LOCATION : Final [Path ] = PROGRAM_LOCATION / "configs.json"
26
26
DEFAULT_LOG_LOCATION : Final [Path ] = PROGRAM_LOCATION / "auto-file-sorter.log"
27
27
28
- LOG_FORMAT : Final = (
29
- "%(name)s [%(levelname)s] %(asctime)s - %(message)s"
30
- )
28
+ LOG_FORMAT : Final = "%(name)s [%(levelname)s] %(asctime)s - %(message)s"
31
29
MOVE_LOG_LEVEL : Final = 60
32
30
CONFIG_LOG_LEVEL : Final = 70
33
31
STREAM_HANDLER_FORMATTER : Final [logging .Formatter ] = logging .Formatter (
You can’t perform that action at this time.
0 commit comments