File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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$
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 :
Original file line number Diff line number Diff 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
7474commands = python3 -m flake8_rst_docstrings_sphinx emoji_strings tests --allow-toolbox {posargs}
7575
You can’t perform that action at this time.
0 commit comments