Skip to content

Commit c8d7960

Browse files
author
Mindee
committed
🎨 linting fixes
1 parent f4bf2d5 commit c8d7960

18 files changed

+34
-40
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
]
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.6.1
42+
rev: v1.13.0
4343
hooks:
4444
- id: mypy
4545
args: []

docs/product/business_card_v1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Business Card V1
33

44
**Sample Code:**
55

6-
.. literalinclude:: /extras/code_samples/business_card_v1.txt
6+
.. literalinclude:: /extras/code_samples/business_card_v1_async.txt
77
:language: Python
88

99
.. autoclass:: mindee.product.business_card.business_card_v1.BusinessCardV1

docs/product/delivery_note_v1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Delivery note V1
33

44
**Sample Code:**
55

6-
.. literalinclude:: /extras/code_samples/delivery_notes_v1.txt
6+
.. literalinclude:: /extras/code_samples/delivery_notes_v1_async.txt
77
:language: Python
88

99
.. autoclass:: mindee.product.delivery_note.delivery_note_v1.DeliveryNoteV1

docs/product/driver_license_v1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Driver License V1
33

44
**Sample Code:**
55

6-
.. literalinclude:: /extras/code_samples/driver_license_v1.txt
6+
.. literalinclude:: /extras/code_samples/driver_license_v1_async.txt
77
:language: Python
88

99
.. autoclass:: mindee.product.driver_license.driver_license_v1.DriverLicenseV1

docs/product/financial_document_v1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Financial Document V1
33

44
**Sample Code:**
55

6-
.. literalinclude:: /extras/code_samples/financial_document_v1.txt
6+
.. literalinclude:: /extras/code_samples/financial_document_v1_async.txt
77
:language: Python
88

99
.. autoclass:: mindee.product.financial_document.financial_document_v1.FinancialDocumentV1

docs/product/fr/energy_bill_v1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Energy Bill V1
33

44
**Sample Code:**
55

6-
.. literalinclude:: /extras/code_samples/energy_bill_fra_v1.txt
6+
.. literalinclude:: /extras/code_samples/energy_bill_fra_v1_async.txt
77
:language: Python
88

99
.. autoclass:: mindee.product.fr.energy_bill.energy_bill_v1.EnergyBillV1

docs/product/fr/health_card_v1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Health Card V1
33

44
**Sample Code:**
55

6-
.. literalinclude:: /extras/code_samples/french_healthcard_v1.txt
6+
.. literalinclude:: /extras/code_samples/french_healthcard_v1_async.txt
77
:language: Python
88

99
.. autoclass:: mindee.product.fr.health_card.health_card_v1.HealthCardV1

docs/product/fr/payslip_v2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Payslip V2
33

44
**Sample Code:**
55

6-
.. literalinclude:: /extras/code_samples/payslip_fra_v2.txt
6+
.. literalinclude:: /extras/code_samples/payslip_fra_v2_async.txt
77
:language: Python
88

99
.. autoclass:: mindee.product.fr.payslip.payslip_v2.PayslipV2

docs/product/fr/payslip_v3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Payslip V3
33

44
**Sample Code:**
55

6-
.. literalinclude:: /extras/code_samples/payslip_fra_v3.txt
6+
.. literalinclude:: /extras/code_samples/payslip_fra_v3_async.txt
77
:language: Python
88

99
.. autoclass:: mindee.product.fr.payslip.payslip_v3.PayslipV3

docs/product/invoice_v4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Invoice V4
33

44
**Sample Code:**
55

6-
.. literalinclude:: /extras/code_samples/invoices_v4.txt
6+
.. literalinclude:: /extras/code_samples/invoices_v4_async.txt
77
:language: Python
88

99
.. autoclass:: mindee.product.invoice.invoice_v4.InvoiceV4

0 commit comments

Comments
 (0)