This commit is contained in:
Florian Bezannier
2023-10-07 11:37:55 +02:00
parent b1256e4ff8
commit 189b636167
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Set up python
id: setup-python
+1 -1
View File
@@ -2,7 +2,7 @@ doc-warnings: false
max-line-length: 120
ignore-paths:
- tests
- connected_car_api
- psa_car_controller/psa/connected_car_api
pycodestyle:
disable:
- E722
+3 -2
View File
@@ -11,7 +11,7 @@ include = [
]
[tool.poetry.dependencies]
python = ">=3.7.0, <4.0.0"
python = ">=3.7.2, <4.0.0"
paho-mqtt = ">=1.5.0"
dash = ">=2.9.0, <3.0.0"
dash-daq = "^0.5.0"
@@ -38,11 +38,12 @@ urllib3 = ">=1.15.1 <2.0.0"
importlib-metadata = {version = ">=1.7.0", python = "<3.8"}
[tool.poetry.dev-dependencies]
prospector = ">=1.3.0"
prospector = "1.10.2"
pre-commit = "^2.17.0"
coverage = "^6.3.2"
deepdiff = "^5.7.0"
greenery = "^3.3.5"
autopep8 = "2.0.4"
[build-system]
requires = ["poetry-core>=1.0.0"]