Fix syntax of the bandit config file

Unlike codacy, it seems that bandit the CLI tool complains about these:

  Unable to parse config file: File contains no section headers.
  file: '/home/jkt/work/TIP/oopt-gnpy/.bandit', line: 1
  "skips: ['B101']\n"

Change-Id: Iab93052fd8aaf1754571a3c66796cfe3026f6a63
This commit is contained in:
Jan Kundrát
2020-04-23 18:37:35 +02:00
parent 491a05c5a7
commit fdeaf75361

View File

@@ -1 +1,2 @@
skips: ['B101']
[bandit]
skips: B101