ssato / python-anyconfig

Python library provides common APIs to load and dump configuration files in various formats
MIT License
275 stars 31 forks source link

fix: correct errors and warnings by bandit #137

Closed ssato closed 2 years ago

ssato commented 2 years ago

Describe the bug

There are some errors and warnings pointed out by bandit, https://bandit.readthedocs.io.

To Reproduce Steps to reproduce the errors and warnings by bandit:

  1. install bandit
  2. run bandit: bandit src -r

Expected behavior

No errors and warnings.