Upgrade flake8-pytest-style
The newly introduced "P023" error code must be disabled explicitly.
This commit is contained in:
parent
fa3b761054
commit
6636e56ec8
2 changed files with 9 additions and 7 deletions
|
|
@ -89,6 +89,8 @@ extend-ignore =
|
|||
# Comply with black's style.
|
||||
# Source: https://github.com/psf/black/blob/master/docs/compatible_configs.md#flake8
|
||||
E203, W503, WPS348,
|
||||
# Let's not do `@pytest.mark.no_cover()` instead of `@pytest.mark.no_cover`.
|
||||
PT023,
|
||||
# Google's Python Style Guide is not reStructuredText
|
||||
# until after being processed by Sphinx Napoleon.
|
||||
# Source: https://github.com/peterjc/flake8-rst-docstrings/issues/17
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue