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

Add [flake8].extra_files to allow configuring plugins like Bandit #16470

Merged
merged 4 commits into from Aug 15, 2022

Commits on Aug 10, 2022

  1. add extra config files as an option to flake8

    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    ShantanuKumar authored and ShantanuKumar committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    908a6ba View commit details
    Browse the repository at this point in the history
  2. incorporate review requested changes

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    ShantanuKumar authored and ShantanuKumar committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ff0ec66 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. modify flake8 3rdparty plugin test

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    ShantanuKumar authored and ShantanuKumar committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    8661966 View commit details
    Browse the repository at this point in the history
  2. fix the test

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    ShantanuKumar authored and ShantanuKumar committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    a684d32 View commit details
    Browse the repository at this point in the history