Skip to content

Configure flake8 and nox#34

Open
cjolowicz wants to merge 6 commits intomasterfrom
flake8
Open

Configure flake8 and nox#34
cjolowicz wants to merge 6 commits intomasterfrom
flake8

Conversation

@cjolowicz
Copy link
Copy Markdown
Owner

No description provided.

Claudio Jolowicz added 6 commits September 20, 2019 21:40
The opinionated warnings provided by flake8-bugbear are disabled by
default. This enables the following warnings:

  B901: Using return x in a generator function.
  B902: Invalid first argument used for method.
  B903: Use collections.namedtuple for data classes.
  B950: Line too long.

The warning B950 was already enabled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant