Skip to content

Commit 2dccefb

Browse files
[pre-commit.ci] pre-commit autoupdate (#1267)
<!--pre-commit.ci start--> updates: - [github.com/Zac-HD/shed: 0.10.9 → 2023.2.1](Zac-HD/shed@0.10.9...2023.2.1) - [github.com/wenkokke/talonfmt: 1.8.1 → 1.9.0](wenkokke/talonfmt@1.8.1...1.9.0) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Pokey Rule <[email protected]>
1 parent 5952fa2 commit 2dccefb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ indent_style = space
1010
max_line_length = 80
1111
trim_trailing_whitespace = true
1212

13-
[*.py]
13+
[*.{py,talon}]
1414
indent_style = space
1515
indent_size = 4
1616

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ repos:
3232
hooks:
3333
- id: flynt
3434
- repo: https://github.com/Zac-HD/shed
35-
rev: 0.10.9
35+
rev: 2023.2.1
3636
hooks:
3737
- id: shed
3838
# TODO: bump to --py310-plus when Talon moves to Python 3.10.
3939
args: [--refactor, --py39-plus]
4040
types_or: [python, markdown, rst]
4141
- repo: https://github.com/wenkokke/talonfmt
42-
rev: 1.8.1
42+
rev: 1.9.0
4343
hooks:
4444
- id: talonfmt
45-
args: ["--in-place", "--max-line-width=88"]
45+
args: ["--in-place"]

0 commit comments

Comments
 (0)