Skip to content

Commit

Permalink
configure flake8 and pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshix-1 committed Jan 26, 2024
1 parent 40d931b commit e998d9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
extend-exclude = build,venv,dist
max-line-length = 80
max-complexity = 5
ignore = E501,W503
ignore = E501,E704,W503
select = B,B9,C,D,E,F,N8,RST,SCR,SIM,W,INP
require-plugins =
flake8-builtins
Expand Down Expand Up @@ -53,6 +53,7 @@ disable=
locally-disabled,
suppressed-message,
docstring-first-line-empty,
multiple-statements,
too-many-public-methods,
too-few-public-methods,
too-many-arguments,
Expand Down

0 comments on commit e998d9b

Please sign in to comment.