Commit c944b15
authored
"Address" detected by pre-commit issues (#40)
* pre-commit: progress flake8 to contemporary version
Older one was confused by ; in the f-string etc:
flake8...................................................................Failed
- hook id: flake8
- exit code: 1
bids2table/entities.py:114:58: E702 multiple statements on one line (semicolon)
bids2table/entities.py:120:72: E702 multiple statements on one line (semicolon)
bids2table/extractors/image.py:61:56: E702 multiple statements on one line (semicolon)
bids2table/table.py:194:36: E702 multiple statements on one line (semicolon)
with newer one it is all clean
* Fix for changes in API1 parent abeff96 commit c944b15
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments