Skip to content

Commit 44f0cd7

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
- id: bind-requirements
3636

3737
- repo: https://github.com/domdfcoding/flake8-dunder-all
38-
rev: v0.1.5
38+
rev: v0.1.7
3939
hooks:
4040
- id: ensure-dunder-all
4141
files: ^emoji_strings/.*\.py$
@@ -54,7 +54,7 @@ repos:
5454
- id: rst-inline-touching-normal
5555

5656
- repo: https://github.com/asottile/pyupgrade
57-
rev: v2.10.0
57+
rev: v2.10.1
5858
hooks:
5959
- id: pyupgrade
6060
args:

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,18 @@ deps =
5858
flake8-builtins>=1.5.3
5959
flake8-docstrings>=1.5.0
6060
flake8-dunder-all>=0.1.1
61+
flake8-encodings>=0.1.0
6162
flake8-github-actions>=0.1.0
6263
flake8-pyi>=20.10.0
6364
flake8-pytest-style>=1.3.0
65+
flake8-slots>=0.1.0
6466
flake8-sphinx-links>=0.0.4
6567
flake8-strftime>=0.1.1
6668
flake8-typing-imports>=1.10.0
67-
flake8-encodings>=0.1.0
68-
flake8-slots>=0.1.0
69-
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
7069
git+https://github.com/domdfcoding/flake8-quotes.git
71-
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
7270
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
71+
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
72+
pydocstyle>=6.0.0
7373
pygments>=2.7.1
7474
commands = python3 -m flake8_rst_docstrings_sphinx emoji_strings tests --allow-toolbox {posargs}
7575

0 commit comments

Comments
 (0)