File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
ch06/first-python-package
ch07/first-python-package
ch08/first-python-package
ch09/first-python-package
ch10/python-package-template/{{cookiecutter.package_distribution_name}} Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -92,5 +92,6 @@ commands =
9292skip_install = True
9393deps =
9494 flake8
95+ flake8-bugbear
9596commands =
9697 flake8 {posargs:src test}
Original file line number Diff line number Diff line change @@ -93,5 +93,6 @@ commands =
9393skip_install = True
9494deps =
9595 flake8
96+ flake8-bugbear
9697commands =
9798 flake8 {posargs:src test}
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ commands =
9393skip_install = True
9494deps =
9595 flake8
96+ flake8-bugbear
9697commands =
9798 flake8 {posargs:src test}
9899
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ commands =
9494skip_install = True
9595deps =
9696 flake8
97+ flake8-bugbear
9798commands =
9899 flake8 {posargs:src test}
99100
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ commands =
8888skip_install = True
8989deps =
9090 flake8
91+ flake8-bugbear
9192commands =
9293 flake8 {posargs:src test}
9394
You can’t perform that action at this time.
0 commit comments