-
-
Notifications
You must be signed in to change notification settings - Fork 29
WIP: fixing dependencies #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: fixing dependencies #67
Conversation
- 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.
…sue--fix_dependencies
sobolevn
left a comment
There was a problem hiding this 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.
|
Oh, the second trouble (with poetry dependency of importlib-metadata) is my local. Great! Then only docstring violation left. |
|
👍 Waiting for the CI to get green and merging! Thanks a lot! |
|
Help me please with flake8 violation. Reformulating dockstrings is not easy for me. How I can fix it? |
|
This happens due to improperly formatted Fix: |
|
Sorry, it was that. |
|
Wait, please. I forgot about flake8-pytest-style. Major update :( |
|
Let's make a separate PR for it. It will requires some test refactoring. |
|
Thanks a lot, @mikhail-akimov! |
This brunch with my previous changes (am i right with that?).