Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
minimum_pre_commit_version: "3.2.0"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -24,15 +24,15 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/ikamensh/flynt/
rev: "1.0.1"
rev: "1.0.6"
hooks:
- id: flynt
- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 7.0.0
hooks:
- id: isort
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.10.0
rev: 25.9.0
hooks:
- id: black
- repo: https://github.com/Lucas-C/pre-commit-hooks
Expand Down
2 changes: 0 additions & 2 deletions docs/src/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

- Clone the repo into your Talon user directory.
- Clone the [Talon community repository](https://github.com/talonhub/community) for general Talon commands

- This is the sole OS-agnostic dependency of this project.

You should frequently run git pull to update the scripts.
Expand All @@ -18,7 +17,6 @@ You should frequently run git pull to update the scripts.
- Install `piper` to use the `omnx` model for more natural speech
- run `pipx install piper` to install it (thus `pipx` is a dependency)
- Windows

- Using NVDA:
- Install the NVDA addon file from the repo [releases page](https://github.com/C-Loftus/sight-free-talon/releases/)
- If you do not want to install the addon, disable `Speech interrupt for typed characters` in NVDA settings to make sure typing text from Talon is not interrupted with every typed character.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" This tool allows generation of gettext .mo compiled files, pot files from source code files
"""This tool allows generation of gettext .mo compiled files, pot files from source code files
and pot files for merging.

Three new builders are added into the constructed environment:
Expand Down
2 changes: 0 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ _Note for sighted users_: Please clone the entire repository. Any functionality
## OS Specific Setup

- Windows

- Using NVDA:
- Install the NVDA addon file from the repo [releases page](https://github.com/C-Loftus/sight-free-talon/releases/)
- If you do not want to install the addon, disable `Speech interrupt for typed characters` in NVDA settings to make sure typing text from Talon is not interrupted with every typed character.

- Mac

- No extra dependencies

- Linux
Expand Down
Loading