Skip to content

Commit

Permalink
Bump black to 24.1.1 (#2216)
Browse files Browse the repository at this point in the history
## 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>
  • Loading branch information
2 people authored and cursorless-bot committed Feb 8, 2024
1 parent ff5d42a commit ad69659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/number_small.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This file allows us to use a custom `number_small` capture. See #1021 for more
info.
"""

from talon import Context, Module

mod = Module()
Expand Down
1 change: 1 addition & 0 deletions src/terms.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Stores terms that are used in many different places
"""

from talon import Context, Module

mod = Module()
Expand Down

0 comments on commit ad69659

Please sign in to comment.