Skip to content

Commit 6eed652

Browse files
Updated files with 'repo_helper'. (#104)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 51790cb commit 6eed652

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-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.0.2
8484
hooks:
8585
- id: formate
8686
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ deps =
147147
git+https://github.com/python-formate/flake8-missing-annotations.git
148148
git+https://github.com/domdfcoding/pydocstyle.git@stub-functions
149149
pygments>=2.7.1
150-
importlib_metadata<4.5.0; python_version<'3.8'
151150
commands = python3 -m flake8_rst_docstrings_sphinx formate tests --allow-toolbox {posargs}
152151

153152
[testenv:perflint]

0 commit comments

Comments
 (0)