GStreamer multimedia framework
Find a file
Alicia Boya García 438393293e pre-commit-python: Allow line breaks between binary operators
pre-commit-python overrides the list of ignored Python style errors.
Unfortunately, before this patch the list did not exclude W503 and
W504 (which are otherwise ignored by default).

The consequence of having those two warnings enabled at the same time is
that it's not possible to break lines on binary operators, which is an
unreasonable unintentional restriction:

  'validateflow': "validateflow, expectations-dir=\"" +
                  expectations_dir + "\", actual-results-dir=\"" +
                  actual_results_dir + "\"",

W504 line break after binary operator

  'validateflow': "validateflow, expectations-dir=\""
                  + expectations_dir + "\", actual-results-dir=\""
                  + actual_results_dir + "\"",

W503 line break before binary operator

This patch excludes W503 so that there is a valid style for breaking
lines on binary operators.
2019-01-15 18:57:02 +01:00
codecanalyzer gst-devtools/codecanalyser: Fix typo NO_CONFIGURE should be NOCONFIGURE 2016-10-09 10:48:22 +01:00
debug-viewer debug-viewer: Python3 port follow-up 2018-10-28 11:03:54 +00:00
hooks pre-commit-python: Allow line breaks between binary operators 2019-01-15 18:57:02 +01:00
mediainfo mediainfo: update build setup 2016-12-30 11:54:35 +01:00
tracer tracer: tsplot: tune the plot style a bit 2017-03-03 21:31:59 +01:00
vagrant vagrant: initial commit 2013-10-26 03:03:55 -07:00
validate validate: Plug newly introduced leak 2019-01-12 15:25:53 -03:00
.arcconfig Update .arcconfig 2015-10-10 10:47:40 +01:00
.gitignore validate:launcher: Launch tests in _TestsLauncher not in TestsManagaer 2017-12-02 09:42:19 -03:00
.gitlab-ci.yml Add Gitlab CI configuration 2018-11-12 13:14:42 +02:00
.gitmodules Update git locations to gitlab 2018-11-05 05:54:43 +00:00
configure configure: fix typos 2016-01-28 11:22:15 -08:00
meson.build gst: allow building static libraries for e.g. Android/iOS 2018-12-10 16:47:50 +11:00
meson_options.txt meson: add option to disable translation 2018-10-27 14:45:51 +01:00