Skip to content

Commit

Permalink
plugins: Remove ignore for removed pylint checker
Browse files Browse the repository at this point in the history
Command line:1:0: R0022: Useless option value for '-d', 'C0326' was removed from pylint, see pylint-dev/pylint#3577. (useless-option-value)
  • Loading branch information
hadess committed Dec 5, 2022
1 parent 616373c commit a06881e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if plugins_option != 'none'
endif
endif

pylint_flags = ['-d', 'C0111', '-d', 'W0511', '-d', 'F0401', '-d', 'C0326' ]
pylint_flags = ['-d', 'C0111', '-d', 'W0511', '-d', 'F0401' ]

foreach plugin: plugins
subdir(plugin)
Expand Down

0 comments on commit a06881e

Please sign in to comment.