diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9d97a7b..5306906 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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 diff --git a/docs/src/quickstart.md b/docs/src/quickstart.md index 01810ba..eb3066f 100644 --- a/docs/src/quickstart.md +++ b/docs/src/quickstart.md @@ -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. @@ -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. diff --git a/nvda/.addOn/sight-free-talon-server/site_scons/site_tools/gettexttool/__init__.py b/nvda/.addOn/sight-free-talon-server/site_scons/site_tools/gettexttool/__init__.py index 85c85f4..21e5dc9 100644 --- a/nvda/.addOn/sight-free-talon-server/site_scons/site_tools/gettexttool/__init__.py +++ b/nvda/.addOn/sight-free-talon-server/site_scons/site_tools/gettexttool/__init__.py @@ -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: diff --git a/readme.md b/readme.md index b617301..7ed9e14 100644 --- a/readme.md +++ b/readme.md @@ -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