Skip to content

Conversation

@mikhail-akimov
Copy link
Contributor

This brunch with my previous changes (am i right with that?).

  • All dependencies except flake8-pytest-style updated.
  • docs/conf.py fixed (flake8 violation and year actualization)

Akimov Mikhail and others added 7 commits May 27, 2020 17:53
- upgrade netpick version in poetry
- change setup.cfg
- upgrade netpick version in poetry
- change setup.cfg
- upgrade netpick, urllib3, pyyaml versions in poetry
- change setup.cfg
- conf.py fixed (flake8 violation)
- poetry.lock updated.

flake8-pytest-style still not updated.
- conf.py fixed (flake8 violation)
- poetry.lock updated.
- sphinx updated to 3.0.4 cuz of safety.

flake8-pytest-style still not updated.
Copy link
Member

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!

1. After updating flake8-rst-docstrings to 0.0.12 i have the  violation RST214 about docstring in ./classes/typeclass.py .
I cant imagine how i can fix this docstring :( It seems to me that replacing the first letter with a capital letter is not quite the right solution?

2. I still have pip check error of importlib-metadata like python-poetry/poetry#2042 , but i can`t find any dependencies of it in poetry.toml or poetry.lock.
@mikhail-akimov
Copy link
Contributor Author

Oh, the second trouble (with poetry dependency of importlib-metadata) is my local. Great! Then only docstring violation left.

@sobolevn
Copy link
Member

sobolevn commented Jun 3, 2020

👍

Waiting for the CI to get green and merging! Thanks a lot!

@mikhail-akimov
Copy link
Contributor Author

Help me please with flake8 violation. Reformulating dockstrings is not easy for me. How I can fix it?

@sobolevn
Copy link
Member

sobolevn commented Jun 3, 2020

This happens due to improperly formatted rst text. I cannot tell you for sure, but my wild guess is

It is also dispatched after all regular ``instance``s are checked.

Fix:

It is also dispatched after all regular instances are checked.

@mikhail-akimov
Copy link
Contributor Author

mikhail-akimov commented Jun 3, 2020

Sorry, it was that.

@mikhail-akimov
Copy link
Contributor Author

Wait, please. I forgot about flake8-pytest-style. Major update :(

@sobolevn
Copy link
Member

sobolevn commented Jun 3, 2020

Let's make a separate PR for it. It will requires some test refactoring.

@sobolevn sobolevn merged commit b3dec51 into dry-python:master Jun 3, 2020
@sobolevn
Copy link
Member

sobolevn commented Jun 3, 2020

Thanks a lot, @mikhail-akimov!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants