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

PEP-518 support: configure bandit via pyproject.toml #401

Merged
merged 27 commits into from Aug 24, 2021

Commits on Oct 8, 2018

  1. parse config from toml

    orsinium committed Oct 8, 2018
    Copy the full SHA
    4a40e04 View commit details
    Browse the repository at this point in the history
  2. test toml config parsing

    orsinium committed Oct 8, 2018
    Copy the full SHA
    98ff64b View commit details
    Browse the repository at this point in the history
  3. update docs

    orsinium committed Oct 8, 2018
    Copy the full SHA
    d49c487 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6154e9e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. review

    orsinium committed Oct 9, 2018
    Copy the full SHA
    bfb4cba View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Copy the full SHA
    6578950 View commit details
    Browse the repository at this point in the history
  2. +extras

    orsinium committed Mar 4, 2019
    Copy the full SHA
    bdf6c18 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. use setup.cfg for extras

    orsinium committed Mar 5, 2019
    Copy the full SHA
    fac79ba View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Copy the full SHA
    7bcce45 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Copy the full SHA
    15f31e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. Copy the full SHA
    be67498 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Copy the full SHA
    9f982b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. Copy the full SHA
    bd4b927 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. fix setup.cfg

    orsinium committed Mar 9, 2020
    Copy the full SHA
    c6d7e38 View commit details
    Browse the repository at this point in the history
  2. fix

    orsinium committed Mar 9, 2020
    Copy the full SHA
    0b6e636 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Copy the full SHA
    67d00c9 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Copy the full SHA
    e128337 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Copy the full SHA
    ddb063e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Copy the full SHA
    e966372 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Copy the full SHA
    027a8cb View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Apply suggestions from code review

    Co-authored-by: Lionel Bersee <lionel1232@gmail.com>
    orsinium and LionelB5 committed Feb 16, 2021
    Copy the full SHA
    41c8ba6 View commit details
    Browse the repository at this point in the history
  2. Update doc/source/config.rst

    Co-authored-by: Lionel Bersee <lionel1232@gmail.com>
    orsinium and LionelB5 committed Feb 16, 2021
    Copy the full SHA
    edef1b0 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Copy the full SHA
    f09f47b View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Copy the full SHA
    48b713c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Update doc/source/config.rst

    Co-authored-by: Eric Brown <ericwb@users.noreply.github.com>
    orsinium and ericwb committed Aug 14, 2021
    Copy the full SHA
    3e04a66 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Copy the full SHA
    6600e52 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Copy the full SHA
    d8fce0d View commit details
    Browse the repository at this point in the history