Skip to content

Commit

Permalink
Merge pull request #65 from arXiv/ARXIVCE-2542-use-new-preflight
Browse files Browse the repository at this point in the history
[ARXIVCE-2542] use new preflight and zzrm in tex2pdf, change internal wiring
  • Loading branch information
norbusan authored Sep 26, 2024
2 parents 8951ae4 + 8b34e85 commit 3409262
Show file tree
Hide file tree
Showing 69 changed files with 1,097 additions and 2,030 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ipython_config.py
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
Expand Down Expand Up @@ -159,6 +159,9 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/

# VSCode
.vscode/

# Emacs backups
*~
\#*
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
files: preflight_parser|zerozeroreadme
files: preflight_parser|zerozeroreadme|tex_inspection

default_language_version:
python: python3.11
Expand Down
108 changes: 54 additions & 54 deletions pdf_profile/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pdf_profile/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ python = "^3.11"
pikepdf = "^8.7.1"
reportlab = "^4.0.7"
ruamel-yaml = "^0.18.5"
pillow = "^10.2.0"
pymupdf = "^1.24.9"
pillow = "^10.4.0"
pymupdf = "^1.24.10"
pdf2image = "^1.17.0"
click = "^8.1.7"
dictdiffer = "^0.9.0"
levenshtein = "^0.25.0"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
pylint = "^3.2.6"
pytest = "^8.3.3"
pylint = "^3.2.7"
mypy = "*"
mypy-extensions = "*"

Expand Down
Loading

0 comments on commit 3409262

Please sign in to comment.