Skip to content

Commit 23d11f5

Browse files
Updated files with 'repo_helper'. (#72)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 1a43ca2 commit 23d11f5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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:
@@ -80,7 +80,7 @@ repos:
8080
- id: snippet-fmt
8181

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

doc-source/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,12 @@ Installation
133133

134134
.. start installation
135135
136-
.. installation:: sdjson
136+
.. installation:: singledispatch-json
137137
:pypi:
138+
:pypi-name: sdjson
138139
:github:
139140
:anaconda:
141+
:conda-name: sdjson
140142
:conda-channels: conda-forge, domdfcoding
141143

142144
.. end installation

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)