diff options
author | Bas van Beek <b.f.van.beek@vu.nl> | 2021-05-02 21:13:43 +0200 |
---|---|---|
committer | Bas van Beek <b.f.van.beek@vu.nl> | 2021-05-02 21:13:43 +0200 |
commit | 6fa34d432722faaaf54f27fb9cb3b1b9e197e9fe (patch) | |
tree | eb883958dad297e158f07456bf9c0f9b47ff4cde /numpy/polynomial/polyutils.py | |
parent | 15420c82f7ef2f91bc8cd18dd6eba25204873c16 (diff) | |
download | numpy-6fa34d432722faaaf54f27fb9cb3b1b9e197e9fe.tar.gz |
TST: Ignore the E704 pycodestyle error code
E704 (multiple statements on one line (def)) is a style rule not prescribed by PEP8. Furthermore, because it demands a function body it is needlessly inconvenient for static type checking, i.e. situation where this is no function body.
Diffstat (limited to 'numpy/polynomial/polyutils.py')
0 files changed, 0 insertions, 0 deletions