Update linting settings, and drop Ubuntu 18.04 releases (#1014)

* Add E133 and W503 to ignored list for flake8
* Drop making releases for Ubuntu 18.04
This commit is contained in:
Veronica Berglyd Olsen
2022-03-15 22:07:33 +01:00
committed by GitHub
parent 7f43584ed5
commit ce4d3c0b5c
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -786,7 +786,6 @@ def makeForLaunchpad(doSign=False, isFirst=False, isSnapshot=False):
bldNum = "0"
distLoop = [
("18.04", "bionic"),
("20.04", "focal"),
("21.10", "impish"),
("22.04", "jammy"),