Skip to content
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

Fixing dependencies (PR composition). #74

Merged
merged 13 commits into from
Jun 4, 2020

Commits on May 27, 2020

  1. Fixing CI:

    - upgrade netpick version in poetry
    - change setup.cfg
    Akimov Mikhail committed May 27, 2020
    Configuration menu
    Copy the full SHA
    7663a40 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Fixing CI:

    - upgrade netpick version in poetry
    - change setup.cfg
    Akimov Mikhail committed May 28, 2020
    Configuration menu
    Copy the full SHA
    18f0e04 View commit details
    Browse the repository at this point in the history
  2. Fixing CI:

    - upgrade netpick, urllib3, pyyaml versions in poetry
    - change setup.cfg
    Akimov Mikhail committed May 28, 2020
    Configuration menu
    Copy the full SHA
    d2072f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Fixing dependencies:

    - conf.py fixed (flake8 violation)
    - poetry.lock updated.
    
    flake8-pytest-style still not updated.
    Akimov Mikhail committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    f4491a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cee2d5 View commit details
    Browse the repository at this point in the history
  3. Fixing dependencies:

    - conf.py fixed (flake8 violation)
    - poetry.lock updated.
    - sphinx updated to 3.0.4 cuz of safety.
    
    flake8-pytest-style still not updated.
    Akimov Mikhail committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    551d4e5 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/issue--fix_dependencies' into is…

    …sue--fix_dependencies
    Akimov Mikhail committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    4544cbc View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. There are 2 problems left:

    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.
    Akimov Mikhail committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    6424bcd View commit details
    Browse the repository at this point in the history
  2. It seems like finished.

    Akimov Mikhail committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    90d664b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Dependecies updated:

    - pytest
    - pytest-cov
    - doc8
    - flake8-pyi
    - mypy
    - safety
    Akimov Mikhail committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    45d979c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05d6e22 View commit details
    Browse the repository at this point in the history
  3. Dependecies updated:

    - dparse
    Akimov Mikhail committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    bed6fd1 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/issue--fix_dependencies' into is…

    …sue--fix_dependencies
    Akimov Mikhail committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    989bfa9 View commit details
    Browse the repository at this point in the history