Skip to content
Snippets Groups Projects
Commit 12603672 authored by Jan David Mol's avatar Jan David Mol
Browse files

Merge branch 'bugbear' into 'master'

L2SS-583: Add bugbear to linting as to detect erroneous code

Closes L2SS-583

See merge request !222
parents 1a54b36d 4d6ce8aa
No related branches found
No related tags found
1 merge request!222L2SS-583: Add bugbear to linting as to detect erroneous code
......@@ -7,6 +7,7 @@ bandit>=1.6.0 # Apache-2.0
coverage>=5.2.0 # Apache-2.0
doc8>=0.8.0 # Apache-2.0
flake8>=3.8.0 # MIT
flake8-bugbear>=22.1.11 # MIT
flake8-breakpoint>=1.1.0 # MIT
flake8-debugger>=4.0.0 #MIT
flake8-mock>=0.3 #GPL
......
......@@ -76,5 +76,5 @@ commands =
[flake8]
filename = *.py,.stestr.conf,.txt
select = W292,B601,B602,T100,M001,F401
select = W292,B601,B602,T100,M001,F401,B001,B002,B003,B004,B005,B006,B007,B008,B009,B010,B011,B012,B013,B014.B015,B016,B017,B018
exclude=.tox,.egg-info
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment