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

Integrate flake8_rst into ./ci/code_check.sh #23381

Merged
merged 16 commits into from
Nov 9, 2018

Commits on Oct 25, 2018

  1. Add flake8-rst

    Added flake8-rst as development dependency
    Added flake8-rst configuration
    Added checks to code_checks.sh
    
    Signed-off-by: Fabian Haase <haase.fabian@gmail.com>
    FHaase committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    8325caf View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Fixed PEP8 issues in docstrings

    Signed-off-by: Fabian Haase <haase.fabian@gmail.com>
    FHaase committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    226bc53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    472df59 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. Fixing PEP8 issues

    Signed-off-by: Fabian Haase <haase.fabian@gmail.com>
    FHaase committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    11a3632 View commit details
    Browse the repository at this point in the history
  2. Fixing PEP8 issues

    cookbook.rst:971 -> python of .. code-block:: deleted to disable
                        flake8-rst checks. %timeit is invalid Syntax,
                        # noqa: E999 does not have an effect.
    
    Signed-off-by: Fabian Haase <haase.fabian@gmail.com>
    FHaase committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    7fd215d View commit details
    Browse the repository at this point in the history
  3. Fixing PEP8 issues

    Signed-off-by: Fabian Haase <haase.fabian@gmail.com>
    FHaase committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    d1be499 View commit details
    Browse the repository at this point in the history
  4. Fixing PEP8 issues

    readding F401 detection
    
    Signed-off-by: Fabian Haase <haase.fabian@gmail.com>
    FHaase committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    acea30a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into feature/flake8-rst

    # Conflicts:
    #	ci/code_checks.sh
    FHaase committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    bc6d6f7 View commit details
    Browse the repository at this point in the history
  6. Fix travis build

    adding flake8-rst to travis-36.yaml
    
    reverting changes to requirements-optional-pip.txt
         pytables seems to be tables on PyPI
         [running ./scripts/convert_deps.py previously changed it]
    
    Signed-off-by: Fabian Haase <haase.fabian@gmail.com>
    FHaase committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    77df97f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. revert back to minimal changes in doc folder

    Signed-off-by: Fabian Haase <haase.fabian@gmail.com>
    FHaase committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    67cf043 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f440c63 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Cleanup

    Signed-off-by: Fabian Haase <haase.fabian@gmail.com>
    FHaase committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    948f176 View commit details
    Browse the repository at this point in the history
  2. Optional noqa removes

    Signed-off-by: Fabian Haase <haase.fabian@gmail.com>
    FHaase committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    c01e22d View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. Merge remote-tracking branch 'upstream/master' into feature/flake8-rst

    Signed-off-by: Fabian Haase <haase.fabian@gmail.com>
    FHaase committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    816f26e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    1a4c6fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed17b45 View commit details
    Browse the repository at this point in the history