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

Strictness #107

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Strictness #107

wants to merge 5 commits into from

Commits on Jul 28, 2020

  1. Bump pyyaml from 3.13 to 5.1

    Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.1.
    - [Release notes](https://github.com/yaml/pyyaml/releases)
    - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
    - [Commits](yaml/pyyaml@3.13...5.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Ablesius committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    86f9860 View commit details
    Browse the repository at this point in the history
  2. Bump werkzeug from 0.14.1 to 0.15.3

    Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.14.1 to 0.15.3.
    - [Release notes](https://github.com/pallets/werkzeug/releases)
    - [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst)
    - [Commits](pallets/werkzeug@0.14.1...0.15.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Ablesius committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    62422a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0725980 View commit details
    Browse the repository at this point in the history
  4. fix flake8 warnings

    Note that in some cases it doesn't make sense to wrap lines, so I
    ignored these warnings then.
    Ablesius committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    179e6cb View commit details
    Browse the repository at this point in the history
  5. fix pylint: invalid-name errors

    changed constant names to upper case.
    Ablesius committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    d47def4 View commit details
    Browse the repository at this point in the history