Skip to content

Commit 18f574e

Browse files
committed
Udate config files
1 parent a46062d commit 18f574e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.flake8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[flake8]
22
select = B,B9,C,D,DAR,E,F,N,RST,W
3-
ignore = E203,E501,RST201,RST203,RST301,W503,C415,B907,RST210,RST213,N803,N806
3+
ignore = E203,E501,RST201,RST203,RST301,W503,C415,B907,RST210,RST213,N803,N806,C415,W212,B908,B009,B028,C103
44
max-line-length = 120
55
max-complexity = 10
66
docstring-convention = google
77
rst-roles = class,const,func,meth,mod,ref
88
rst-directives = deprecated
99
count = true
10-
exclude = .git,.nox,__pycache__,dist,migrations
10+
exclude = .git,.nox,__pycache__,dist,migrations,test_*,docs,build,.venv

bandit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
assert_used:
2-
skips: [".nox", "tests", "*/test_*.py"]
3-
exclude_dirs: [".nox", "tests", "*/test_*.py"]
2+
skips: [".nox", "example_project", "*/test_*.py"]
3+
exclude_dirs: [".nox", "example_project", "*/migrations/*", "*/test_*.py"]

0 commit comments

Comments
 (0)