Skip to content

Commit

Permalink
move pylint and bandit config to pyproject.toml (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Mar 15, 2022
1 parent da3c630 commit f41487c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 598 deletions.
3 changes: 0 additions & 3 deletions .bandit.yaml

This file was deleted.

5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ repos:
- id: blacken-docs
additional_dependencies: [black==20.8b1]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.0
rev: 1.7.4
hooks:
- id: bandit
exclude: ^tests/
args: [-c, .bandit.yaml]
args: [-c, pyproject.toml]
additional_dependencies: [toml]
Loading

0 comments on commit f41487c

Please sign in to comment.