File tree 2 files changed +13
-8
lines changed
2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -17,27 +17,32 @@ repos:
17
17
exclude : " docs/make.bat"
18
18
- id : check-added-large-files
19
19
args : ['--maxkb=1000']
20
+
20
21
- repo : https://github.com/psf/black
21
22
rev : 23.3.0
22
23
hooks :
23
24
- id : black
24
25
args : [--target-version, py37]
26
+
25
27
- repo : https://github.com/asottile/blacken-docs
26
28
rev : 1.14.0
27
29
hooks :
28
30
- id : blacken-docs
29
31
additional_dependencies : [black==22.1.0]
30
32
exclude : " docs/user/robustness.md"
33
+
31
34
- repo : https://github.com/charliermarsh/ruff-pre-commit
32
35
rev : v0.1.9
33
36
hooks :
34
37
- id : ruff
35
38
args : ['--fix']
39
+
36
40
- repo : https://github.com/asottile/pyupgrade
37
41
rev : v3.3.2
38
42
hooks :
39
43
- id : pyupgrade
40
44
args : [--py37-plus]
45
+
41
46
- repo : https://github.com/pycqa/flake8
42
47
rev : 5.0.4
43
48
hooks :
Original file line number Diff line number Diff line change @@ -49,18 +49,18 @@ You can contribute to `pypdf on GitHub <https://github.com/py-pdf/pypdf>`_.
49
49
50
50
modules/PdfReader
51
51
modules/PdfWriter
52
- modules/PdfMerger
53
- modules/PageObject
54
- modules/Transformation
55
- modules/DocumentInformation
56
- modules/XmpInformation
57
52
modules/Destination
58
- modules/RectangleObject
53
+ modules/DocumentInformation
59
54
modules/Field
60
- modules/PageRange
61
- modules/annotations
62
55
modules/Fit
56
+ modules/PageObject
57
+ modules/PageRange
63
58
modules/PaperSize
59
+ modules/PdfMerger
60
+ modules/RectangleObject
61
+ modules/Transformation
62
+ modules/XmpInformation
63
+ modules/annotations
64
64
modules/constants
65
65
modules/errors
66
66
modules/generic
You can’t perform that action at this time.
0 commit comments