Tyler Seymour
Results
2
comments of
Tyler Seymour
It's coming from the pdfminer dependency: https://github.com/pdfminer/pdfminer.six/pull/1109 A fix was merged to master a week ago, but they haven't done a release yet. I just commented out the log.warning() call...
If anyone needs a workaround, which at least protects you from inadvertently committing secrets, you can: - Create a secondary .gitignore-style file - Add a pre-commit hook which rejects any...