- Mar 06, 2020
-
-
Thomas Holene Løkkeborg authored
see https://www.flake8rules.com/rules/W503.html previously the best practice for python was to put a linebreak after a binary operator, but going forward pep8 wants a linebreak before a binary operator. It's explained in the link above. There are errors for both of these cases, and previously they were both enabled... I disable this one because it's going against pep8 so to be clear: in our code going forward linebreaks need to be placed BEFORE binary operators
-
- Mar 02, 2020
-
-
Thomas Holene Løkkeborg authored
Implementert midlertidig SOI-klasse som view får modulene fra. også økt max-attributes, siden det ikke er realistisk for oss å holde oss under 7..
-
- Feb 29, 2020
-
-
Anders H. Rebner authored
-
Anders H. Rebner authored
-
Thomas Holene Løkkeborg authored
- la til x og y som godkjente variabelnavn til pylint - viewArea nå QScrollArea
-
- Feb 28, 2020
-
-
Anders H. Rebner authored
-
Thomas Holene Løkkeborg authored
Var satt til 100 før
-
- Feb 27, 2020
-
-
Anders H. Rebner authored
-
Anders H. Rebner authored
Enkel interface med arv. Ignorerer også too many ancestors i .pylintrc
-
- Feb 26, 2020
-
-
tholok97 authored
-
- Feb 25, 2020
-
-
tholok97 authored
oppdaterer også Dockerfile til å installere med Python3.7 sin pip
-
Anders H. Rebner authored
-
tholok97 authored
Den brukte '#' istedenfor ';'
-
- Feb 24, 2020
-
-
Anders H. Rebner authored
-
tholok97 authored
-
- Feb 21, 2020
-
-
Anders H. Rebner authored
-
Anders H. Rebner authored
-
Anders H. Rebner authored
-
- Feb 20, 2020
-
-
Anders H. Rebner authored
-
- Feb 19, 2020
-
-
tholok97 authored
struktur som diskutert i plenum
-