Skip to content

Commit ad69659

Browse files
pokeypre-commit-ci-lite[bot]
authored andcommitted
Bump black to 24.1.1 (#2216)
## Checklist - [-] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [-] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [-] I have not broken the cheatsheet --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent ff5d42a commit ad69659

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/number_small.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
This file allows us to use a custom `number_small` capture. See #1021 for more
33
info.
44
"""
5+
56
from talon import Context, Module
67

78
mod = Module()

src/terms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Stores terms that are used in many different places
33
"""
4+
45
from talon import Context, Module
56

67
mod = Module()

0 commit comments

Comments
 (0)