| |
@@ -1,25 +0,0 @@
|
| |
- --- setup.cfg.orig 2019-01-15 14:13:57.000000000 -0700
|
| |
- +++ setup.cfg 2019-07-31 12:47:02.773919614 -0600
|
| |
- @@ -3,7 +3,7 @@ match=^test
|
| |
- nocapture=1
|
| |
-
|
| |
- [flake8]
|
| |
- -ignore=E501,E123,E133,FI12,FI14,FI15,FI50,FI51,FI53
|
| |
- +ignore=E117,E123,E133,E305,E501,E741,E742,FI12,FI14,FI15,FI50,FI51,FI53,F401,F403,F405,F632,F811,F821,F841,W504,W605
|
| |
-
|
| |
- [versioneer]
|
| |
- VCS = git
|
| |
- --- theano/tests/test_flake8.py.orig 2019-01-15 14:13:57.000000000 -0700
|
| |
- +++ theano/tests/test_flake8.py 2019-07-31 12:50:31.347642299 -0600
|
| |
- @@ -37,8 +37,9 @@ __contact__ = "Saizheng Zhang <saizhengl
|
| |
- # - "expected 2 blank lines after class or function definition"' (E305)
|
| |
- # - "ambiguous variable name" (E741)
|
| |
- # Redundant error code generated by flake8-future-import module
|
| |
- -ignore = ('E501', 'E123', 'E133', 'FI12', 'FI14', 'FI15', 'FI16', 'FI17',
|
| |
- - 'FI50', 'FI51', 'FI53', 'E305', 'E741')
|
| |
- +ignore = ('E117', 'E123', 'E133', 'E305', 'E501', 'E741', 'E742', 'FI12',
|
| |
- + 'FI14', 'FI15', 'FI16', 'FI17', 'FI50', 'FI51', 'FI53', 'F401',
|
| |
- + 'F403', 'F405', 'F632', 'F811', 'F821', 'F841', 'W504', 'W605')
|
| |
-
|
| |
- whitelist_flake8 = [
|
| |
- "__init__.py",
|
| |
Details in https://bugzilla.redhat.com/show_bug.cgi?id=1797982 Mock build passed.
Scratch build in progress: https://koji.fedoraproject.org/koji/taskinfo?taskID=45056855
Do not build this package after merge, we will do it in python 3.9 side tag.