Skip to content

Commit

Permalink
build: move flake8 config to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jul 19, 2022
1 parent 679ffe1 commit b637ac8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .flake8

This file was deleted.

6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ ensure_newline_before_comments=True

[mypy]
ignore_missing_imports = True

[flake8]
ignore = E203, E302, E501, E999, W503
max-line-length = 88
max-complexity = 12
select = B,C,E,F,W,B9

0 comments on commit b637ac8

Please sign in to comment.