We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc71a3c commit 24a9e83Copy full SHA for 24a9e83
.pre-commit-config.yaml
@@ -32,7 +32,7 @@ repos:
32
- id: end-of-file-fixer
33
34
- repo: https://github.com/domdfcoding/pre-commit-hooks
35
- rev: v0.4.0
+ rev: v0.5.0
36
hooks:
37
- id: requirements-txt-sorter
38
args:
@@ -79,7 +79,7 @@ repos:
79
- id: snippet-fmt
80
81
- repo: https://github.com/python-formate/formate
82
- rev: v0.9.0
+ rev: v1.1.2
83
84
- id: formate
85
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