Skip to content

Commit

Permalink
tests: add temporary pylint suppression for invalid-name
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Mar 26, 2022
1 parent f065357 commit 54597cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/extra/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ignore-words-list = doubleclick,inout,sav
skip = ./_build*,./src/tests/data,./subprojects,*.po,./.*

[pylint]
disable = similarities
disable = similarities,invalid-name

0 comments on commit 54597cb

Please sign in to comment.