Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.bandit.yml - github.com/nextcloud/appstore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8eb0a2084ab653c50ce96c5eca0ea2a5b6a8414b (plain)
1
2
3
4
5
6
7
exclude_dirs:
  - /tests/

skips:
  - B410
  - B320
  - B105