Skip to content

Commit 90b31b7

Browse files
authored
remove minor and patch version from pin (#13)
* remove minor and patch version from pin
1 parent f8c1b43 commit 90b31b7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pydocstyle = "^6"
4040
toml = "^0"
4141
astpretty = "^3"
4242
hypothesis = "^6"
43-
flake8-docstrings-complete = "^1.0.0"
43+
flake8-docstrings-complete = "^1"
4444

4545
[build-system]
4646
requires = ["poetry-core"]

tests/test_flake8_test_docs_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def test_(): # noqa: {MISSING_CODE}
177177
pytest.param(
178178
f'''
179179
def test_():
180-
"""""" # noqa: {INVALID_CODE}
180+
"""""" # noqa: {INVALID_CODE},D419
181181
''',
182182
"test_.py",
183183
"",

0 commit comments

Comments
 (0)