Closed ericwb closed 2 years ago
I feel stupid asking this, but why does this PR change these two lines?
tomli
should not be required in Python 3.11, see https://github.com/PyCQA/bandit/pull/829#issuecomment-1062189424
@bersbersbers I agree, those two lines should not change, as Python 3.11 comes with the new tomllib module.
https://github.com/PyCQA/bandit/blob/main/bandit/core/config.py#L10
@mportesdev @bersbersbers good catch, you are correct. Will remove.
Signed-off-by: Eric Brown eric_wade_brown@yahoo.com