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 97776ee commit b448af9Copy full SHA for b448af9
.pre-commit-config.yaml
@@ -80,7 +80,7 @@ repos:
80
- id: snippet-fmt
81
82
- repo: https://github.com/python-formate/formate
83
- rev: v1.0.2
+ rev: v1.1.1
84
hooks:
85
- id: formate
86
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
formate.toml
@@ -5,6 +5,7 @@ reformat-generics = 40
5
noqa-reformat = 60
6
ellipsis-reformat = 70
7
squish_stubs = 80
8
+newline_after_equals = 90
9
10
[hooks.yapf]
11
priority = 30
0 commit comments