We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefee91 commit 6076aefCopy full SHA for 6076aef
.pre-commit-config.yaml
@@ -81,6 +81,6 @@ repos:
81
- id: ruff
82
args: [--fix, --exit-non-zero-on-fix]
83
- repo: https://github.com/psf/black-pre-commit-mirror
84
- rev: 23.12.1
+ rev: 24.1.1
85
hooks:
86
- id: black
cursorless-talon/src/number_small.py
@@ -2,6 +2,7 @@
2
This file allows us to use a custom `number_small` capture. See #1021 for more
3
info.
4
"""
5
+
6
from talon import Context, Module
7
8
mod = Module()
cursorless-talon/src/terms.py
@@ -1,6 +1,7 @@
1
Stores terms that are used in many different places
0 commit comments