Skip to content

Commit

Permalink
Add flake8-bugbear (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
daneah authored May 12, 2022
1 parent dddeca6 commit 74699f3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ch06/first-python-package/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,6 @@ commands =
skip_install = True
deps =
flake8
flake8-bugbear
commands =
flake8 {posargs:src test}
1 change: 1 addition & 0 deletions ch07/first-python-package/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@ commands =
skip_install = True
deps =
flake8
flake8-bugbear
commands =
flake8 {posargs:src test}
1 change: 1 addition & 0 deletions ch08/first-python-package/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ commands =
skip_install = True
deps =
flake8
flake8-bugbear
commands =
flake8 {posargs:src test}

Expand Down
1 change: 1 addition & 0 deletions ch09/first-python-package/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ commands =
skip_install = True
deps =
flake8
flake8-bugbear
commands =
flake8 {posargs:src test}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ commands =
skip_install = True
deps =
flake8
flake8-bugbear
commands =
flake8 {posargs:src test}

Expand Down

0 comments on commit 74699f3

Please sign in to comment.