Skip to content

Commit

Permalink
Merge commit 'e7ab0a64b47205477a30a988ae87ea318d2207bc'
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfmanstout committed Nov 23, 2024
2 parents 506dd79 + e7ab0a6 commit a8f30ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .subtrees/gaze-ocr/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.7.3
rev: v0.7.4
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion .subtrees/gaze-ocr/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "gaze-ocr"
version = "0.4.0"
description = "Library for applying OCR to where the user is looking."
readme = "README.md"
authors = [{ name = "James Stout", email = "james.wolf.stout@gmail.com" }]
authors = [{ name = "James Stout" }]
requires-python = ">=3.11"
dependencies = ["screen-ocr"]
classifiers = [
Expand Down

0 comments on commit a8f30ad

Please sign in to comment.