Skip to content

Commit

Permalink
Improve consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmertsch committed Jan 19, 2023
1 parent 90edee9 commit 85c3467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake8_docstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
pydocstyle_version = tuple(
int(num) for num in pep257.__version__.split(".")
)
supports_ignore_inline_noqa = pydocstyle_version > (5, 1, 1)
supports_ignore_inline_noqa = pydocstyle_version >= (6, 0, 0)
supports_property_decorators = pydocstyle_version >= (6, 2, 0)
supports_ignore_self_only_init = pydocstyle_version >= (6, 3, 0)
except ImportError:
Expand Down

0 comments on commit 85c3467

Please sign in to comment.