Skip to content

Commit 603a7fd

Browse files
bump gitleaks & fix invalid import
1 parent 123fc6f commit 603a7fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
]
2323

2424
- repo: https://github.com/gitleaks/gitleaks
25-
rev: v8.18.4
25+
rev: v8.28.0
2626
hooks:
2727
- id: gitleaks
2828

mindee/pdf/pdf_compressor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import io
22
import logging
3-
from ctypes import c_char_p, c_ushort, POINTER
3+
from ctypes import POINTER, c_char_p, c_ushort
44
from threading import RLock
55
from typing import BinaryIO, List, Optional, Tuple, Union
66

0 commit comments

Comments
 (0)