Skip to content

Commit

Permalink
setup.cfg: remove useless pylint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Mar 7, 2023
1 parent ff9f7b0 commit b27d3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ line-length = 79
skip-string-normalization = true

[pylint]
disable=bad-continuation,line-too-long,too-many-arguments,unspecified-encoding
disable=line-too-long,too-many-arguments,unspecified-encoding

[run]
omit = riotgen/templates/*

0 comments on commit b27d3ae

Please sign in to comment.