Skip to content

Commit 6076aef

Browse files
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 eefee91 commit 6076aef

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ repos:
8181
- id: ruff
8282
args: [--fix, --exit-non-zero-on-fix]
8383
- repo: https://github.com/psf/black-pre-commit-mirror
84-
rev: 23.12.1
84+
rev: 24.1.1
8585
hooks:
8686
- id: black

cursorless-talon/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()

cursorless-talon/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)