Skip to content

Commit

Permalink
Merge branch 'main' into entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rpreen committed Jun 25, 2024
2 parents aacef27 + 97cc214 commit 5c7d579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
# Ruff, the Python auto-correcting linter/formatter written in Rust
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.8
rev: v0.4.10
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ include_package_data = True
packages = find:

install_requires =
acro==0.4.5
acro==0.4.6
fpdf
pypdf
multiprocess
Expand Down

0 comments on commit 5c7d579

Please sign in to comment.