Skip to content
Snippets Groups Projects
Commit 4d6ce8aa authored by Corné Lukken's avatar Corné Lukken
Browse files

Add bugbear to linting as to detect erroneous code

parent a16241d3
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 ...@@ -7,6 +7,7 @@ bandit>=1.6.0 # Apache-2.0
coverage>=5.2.0 # Apache-2.0 coverage>=5.2.0 # Apache-2.0
doc8>=0.8.0 # Apache-2.0 doc8>=0.8.0 # Apache-2.0
flake8>=3.8.0 # MIT flake8>=3.8.0 # MIT
flake8-bugbear>=22.1.11 # MIT
flake8-breakpoint>=1.1.0 # MIT flake8-breakpoint>=1.1.0 # MIT
flake8-debugger>=4.0.0 #MIT flake8-debugger>=4.0.0 #MIT
flake8-mock>=0.3 #GPL flake8-mock>=0.3 #GPL
......
...@@ -75,5 +75,5 @@ commands = ...@@ -75,5 +75,5 @@ commands =
[flake8] [flake8]
filename = *.py,.stestr.conf,.txt 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 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