Skip to content

Commit 24a9e83

Browse files
committed
Bump pre-commit hooks.
1 parent bc71a3c commit 24a9e83

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- id: end-of-file-fixer
3333

3434
- repo: https://github.com/domdfcoding/pre-commit-hooks
35-
rev: v0.4.0
35+
rev: v0.5.0
3636
hooks:
3737
- id: requirements-txt-sorter
3838
args:
@@ -79,7 +79,7 @@ repos:
7979
- id: snippet-fmt
8080

8181
- repo: https://github.com/python-formate/formate
82-
rev: v0.9.0
82+
rev: v1.1.2
8383
hooks:
8484
- id: formate
8585
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$

formate.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ reformat-generics = 40
55
noqa-reformat = 60
66
ellipsis-reformat = 70
77
squish_stubs = 80
8+
newline_after_equals = 90
89

910
[hooks.yapf]
1011
priority = 30

0 commit comments

Comments
 (0)