File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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$
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ dep_checker
103103 :alt: Maintenance
104104
105105.. |pypi-downloads | image :: https://img.shields.io/pypi/dm/dep_checker
106- :target: https://pypistats.org/packages/dep_checker/
106+ :target: https://pypistats.org/packages/dep_checker
107107 :alt: PyPI - Downloads
108108
109109.. end shields
@@ -119,6 +119,6 @@ To install with ``pip``:
119119
120120.. code-block :: bash
121121
122- $ python -m pip install dep_checker
122+ $ python -m pip install dep-checker
123123
124124.. end installation
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ Installation
121121
122122 .. installation :: dep_checker
123123 :pypi:
124+ :pypi-name: dep-checker
124125 :github:
125126
126127.. end installation
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ reformat-generics = 40
55noqa-reformat = 60
66ellipsis-reformat = 70
77squish_stubs = 80
8+ newline_after_equals = 90
89
910[hooks .yapf ]
1011priority = 30
Original file line number Diff line number Diff 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'
136135commands = python3 -m flake8_rst_docstrings_sphinx dep_checker tests --allow-toolbox {posargs}
137136
138137[testenv:perflint]
You can’t perform that action at this time.
0 commit comments