Openpyxl: Various improvements (#11092)

This commit is contained in:
Avasam
2023-12-04 21:54:45 +01:00
committed by GitHub
parent 0f7241844e
commit 5521da8e92
20 changed files with 162 additions and 104 deletions
@@ -44,6 +44,8 @@ openpyxl\.descriptors\.(base\.)?Typed\.allow_none
# Inconsistent methods because
# - using the default value results in an error because of the runtime type-guards
# - or, keyword arguments are explicitly specified
openpyxl.cell.Cell.__init__
openpyxl.cell.cell.Cell.__init__
openpyxl.cell.text.PhoneticProperties.__init__
openpyxl.cell.text.PhoneticText.__init__
openpyxl.chart.axis._BaseAxis.__init__