You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing the new WPS473 appear at the bottom of a module, but it doesn't make sense.
This is the module (a bunch of sensitive names have been changed but I still see the error):
fromenumimportEnumfromtypingimportOptionalfrompydanticimportBaseModel, FieldAliasType=list[list[int]]
classObjectType(Enum):
"""Object output types."""object_class="OBJECT_CLASS"object_mask="OBJECT_MASK"@classmethoddefget_type_from_args(cls, mask: Optional[AliasType], name: Optional[str]) ->"ObjectType":
"""Automatically return the correct type given the parameters."""ifmaskisnotNone:
returnObjectType.object_maskifnameisnotNone:
returnObjectType.object_classraiseAssertionError(
"Unable to automatically get the output type from the arguments the combination is not supported."
)
classModelOne(BaseModel):
"""One model."""image_index: int=Field(0, alias="imageIndex")
mask: Optional[AliasType] =Nonename: str@propertydefoutput_type(self) ->ObjectType:
"""Get the correct output type from the given args."""returnObjectType.get_type_from_args(self.mask, self.name)
classModelTwo(BaseModel):
"""Another model below the above one."""line: ModelOne
And below is the error that is reported by flake8:
./src/PROJECT_NAME/datamodels/BLAH/BLAHBLAH/weird_error.py
45:1 WPS473 Found too many empty lines in`def`: 3 > 2
Full list of violations and explanations:
https://wemake-python-styleguide.rtfd.io/en/0.17.0/pages/usage/violations/
What's wrong
I am seeing the new WPS473 appear at the bottom of a module, but it doesn't make sense.
This is the module (a bunch of sensitive names have been changed but I still see the error):
And below is the error that is reported by flake8:
How it should be
I expect the error to not be showing at all.
Flake8 version and plugins
pip information
pip 22.3 from /Users/REDACTED/.venv/lib/python3.9/site-packages/pip (python 3.9) aiohttp==3.8.3 aiosignal==1.2.0 anyio==3.6.1 asgiref==3.5.2 astor==0.8.1 async-timeout==4.0.2 attrs==22.1.0 aws-sam-translator==1.51.0 aws-xray-sdk==2.10.0 backoff==2.2.1 bandit==1.7.4 black==22.8.0 boto3==1.23.3 boto3-stubs==1.24.82 botocore==1.26.10 botocore-stubs==1.27.82 Brotli==1.0.9 certifi==2022.9.24 cffi==1.15.1 cfgv==3.3.1 cfn-lint==0.65.1 charset-normalizer==2.1.1 cli-ui==0.17.2 click==8.1.3 colorama==0.4.5 commonmark==0.9.1 contextlib2==21.6.0 convert-case==1.1.1 coverage==6.4.4 cryptography==38.0.1 darglint==1.8.1 datasets==2.5.1 decopatch==1.4.10 Deprecated==1.2.13 dill==0.3.5.1 distlib==0.3.6 dnspython==2.2.1 docker==6.0.0 docopt==0.6.2 docutils==0.19 ecdsa==0.18.0 email-validator==1.3.0 REDACTED @ git+https://github.com/REDACTED/REDACTED@REDACTED -e git+ssh://git@github.com/REDACTED/REDACTED@REDACTED eradicate==2.1.0 execnet==1.9.0 fastapi==0.85.0 filelock==3.8.0 flake8==4.0.1 flake8-bandit==3.0.0 flake8-broken-line==0.5.0 flake8-bugbear==22.9.23 flake8-commas==2.1.0 flake8-comprehensions==3.10.0 flake8-debugger==4.1.2 flake8-docstrings==1.6.0 flake8-eradicate==1.4.0 flake8-isort==4.2.0 flake8-polyfill==1.0.2 flake8-quotes==3.3.1 flake8-rst-docstrings==0.2.7 flake8-string-format==0.3.0 Flask==2.1.3 Flask-Cors==3.0.10 frozenlist==1.3.1 fsspec==2022.8.2 gitdb==4.0.9 GitPython==3.1.27 googleapis-common-protos==1.56.4 graphql-core==3.2.3 grpcio==1.49.1 h11==0.12.0 httpcore==0.15.0 httptools==0.5.0 httpx==0.23.0 huggingface-hub==0.10.0 identify==2.5.5 idna==3.4 importlib-metadata==4.12.0 iniconfig==1.1.1 isort==5.10.1 itsdangerous==2.1.2 Jinja2==3.1.2 jmespath==1.0.1 jschema-to-python==1.2.3 jsondiff==2.0.0 jsonpatch==1.32 jsonpickle==2.2.0 jsonpointer==2.3 jsonschema==3.2.0 junit-xml==1.9 libcst==0.4.7 loguru==0.6.0 makefun==1.15.0 MarkupSafe==2.1.1 mccabe==0.6.1 moto==4.0.5 multidict==6.0.2 multiprocess==0.70.13 multivolumefile==0.2.3 mypy==0.981 mypy-boto3-cloudformation==1.24.36.post1 mypy-boto3-dynamodb==1.24.74 mypy-boto3-ec2==1.24.80 mypy-boto3-lambda==1.24.54 mypy-boto3-rds==1.24.76 mypy-boto3-s3==1.24.76 mypy-boto3-sqs==1.24.60 mypy-extensions==0.4.3 networkx==2.8.6 nodeenv==1.7.0 numpy==1.23.3 openapi-schema-validator==0.2.3 openapi-spec-validator==0.4.0 opentelemetry-api==1.13.0 opentelemetry-distro==0.34b0 opentelemetry-exporter-otlp==1.13.0 opentelemetry-exporter-otlp-proto-grpc==1.13.0 opentelemetry-exporter-otlp-proto-http==1.13.0 opentelemetry-instrumentation==0.34b0 opentelemetry-instrumentation-aiohttp-client==0.34b0 opentelemetry-instrumentation-asgi==0.34b0 opentelemetry-instrumentation-aws-lambda==0.34b0 opentelemetry-instrumentation-boto3sqs==0.34b0 opentelemetry-instrumentation-botocore==0.34b0 opentelemetry-instrumentation-dbapi==0.34b0 opentelemetry-instrumentation-fastapi==0.34b0 opentelemetry-instrumentation-flask==0.34b0 opentelemetry-instrumentation-grpc==0.34b0 opentelemetry-instrumentation-httpx==0.34b0 opentelemetry-instrumentation-jinja2==0.34b0 opentelemetry-instrumentation-logging==0.34b0 opentelemetry-instrumentation-requests==0.34b0 opentelemetry-instrumentation-sqlite3==0.34b0 opentelemetry-instrumentation-system-metrics==0.34b0 opentelemetry-instrumentation-urllib==0.34b0 opentelemetry-instrumentation-urllib3==0.34b0 opentelemetry-instrumentation-wsgi==0.34b0 opentelemetry-propagator-aws-xray==1.0.1 opentelemetry-proto==1.13.0 opentelemetry-sdk==1.13.0 opentelemetry-sdk-extension-aws==2.0.1 opentelemetry-semantic-conventions==0.34b0 opentelemetry-util-http==0.34b0 orjson==3.8.0 overrides==6.2.0 packaging==21.3 pandas==1.5.0 pastel==0.2.1 pathspec==0.10.1 pbr==5.10.0 pep8-naming==0.13.2 Pillow==9.2.0 platformdirs==2.5.2 pluggy==1.0.0 poethepoet==0.16.2 pre-commit==2.20.0 protobuf==3.20.3 psutil==5.9.2 py==1.11.0 py7zr==0.18.10 pyarrow==9.0.0 pyasn1==0.4.8 pybcj==1.0.1 pycodestyle==2.8.0 pycparser==2.21 pycryptodomex==3.15.0 pydantic==1.10.2 pydocstyle==6.1.1 pyflakes==2.4.0 Pygments==2.13.0 pyparsing==3.0.9 pyppmd==0.18.3 pyrsistent==0.18.1 pytest==7.1.3 pytest-cases==3.6.13 pytest-cov==3.0.0 pytest-forked==1.4.0 pytest-httpx==0.21.0 pytest-xdist==2.5.0 python-dateutil==2.8.2 python-dotenv==0.21.0 python-jose==3.3.0 python-multipart==0.0.5 pytz==2022.2.1 PyYAML==6.0 pyzstd==0.15.3 requests==2.28.1 responses==0.18.0 restructuredtext-lint==1.4.0 rfc3986==1.5.0 rich==12.5.1 rich-click==1.5.1 rsa==4.9 s3transfer==0.5.2 sarif-om==1.0.4 schema==0.7.5 six==1.16.0 smmap==5.0.0 sniffio==1.3.0 snowballstemmer==2.2.0 sshpubkeys==3.3.1 starlette==0.20.4 stevedore==4.0.0 tabulate==0.8.10 tbump==6.9.0 texttable==1.6.4 toml==0.10.2 tomli==2.0.1 tomlkit==0.11.5 torch==1.12.1 tqdm==4.64.1 typer==0.6.1 types-awscrt==0.14.6 types-s3transfer==0.6.0.post4 typing-inspect==0.8.0 typing_extensions==4.3.0 ujson==5.5.0 Unidecode==1.3.4 unimport==0.12.1 urllib3==1.26.12 uvicorn==0.18.3 uvloop==0.17.0 virtualenv==20.16.5 watchfiles==0.17.0 watchtower==3.0.0 websocket-client==1.4.1 websockets==10.3 wemake-python-styleguide==0.17.0 Werkzeug==2.1.2 wrapt==1.14.1 xmltodict==0.13.0 xxhash==3.0.0 yarl==1.8.1 zipfile-deflate64==0.2.0 zipp==3.8.1 ### OS information Mac OS 12.4
The text was updated successfully, but these errors were encountered: