You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # https://support.codacy.com/hc/en-us/articles/115002130625-Codacy-Configuration-File
- ---
- engines:
- bandit:
- enabled: false # FIXME: make it works
- exclude_paths:
- - scripts/*
- - setup.py
- - docker/**/*
|