Skip to content

Commit 879e5cd

Browse files
Updated files with 'repo_helper'.
1 parent 45d95af commit 879e5cd

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

β€Ž.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$

β€ŽREADME.rstβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ To install with ``conda``:
189189

190190
.. code-block:: bash
191191
192-
$ conda install cawdrey
192+
$ conda install Cawdrey
193193
194194
.. end installation
195195

β€Ždoc-source/index.rstβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ Installation
186186
:pypi:
187187
:github:
188188
:anaconda:
189+
:conda-name: Cawdrey
189190
:conda-channels: conda-forge, domdfcoding
190191

191192
.. 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

β€Žtox.iniβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ deps =
132132
git+https://github.com/python-formate/flake8-missing-annotations.git
133133
git+https://github.com/domdfcoding/pydocstyle.git@stub-functions
134134
pygments>=2.7.1
135-
importlib_metadata<4.5.0; python_version<'3.8'
136135
commands = python3 -m flake8_rst_docstrings_sphinx cawdrey tests --allow-toolbox {posargs}
137136

138137
[testenv:perflint]

0 commit comments

Comments
Β (0)