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 5952fa2 commit 2dccefbCopy full SHA for 2dccefb
.editorconfig
@@ -10,7 +10,7 @@ indent_style = space
10
max_line_length = 80
11
trim_trailing_whitespace = true
12
13
-[*.py]
+[*.{py,talon}]
14
indent_style = space
15
indent_size = 4
16
.pre-commit-config.yaml
@@ -32,14 +32,14 @@ repos:
32
hooks:
33
- id: flynt
34
- repo: https://github.com/Zac-HD/shed
35
- rev: 0.10.9
+ rev: 2023.2.1
36
37
- id: shed
38
# TODO: bump to --py310-plus when Talon moves to Python 3.10.
39
args: [--refactor, --py39-plus]
40
types_or: [python, markdown, rst]
41
- repo: https://github.com/wenkokke/talonfmt
42
- rev: 1.8.1
+ rev: 1.9.0
43
44
- id: talonfmt
45
- args: ["--in-place", "--max-line-width=88"]
+ args: ["--in-place"]
0 commit comments