File tree Expand file tree Collapse file tree 5 files changed +34
-50
lines changed
Expand file tree Collapse file tree 5 files changed +34
-50
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -151,3 +151,4 @@ SOFTWARE.
151151[ releases-shield ] : https://img.shields.io/github/release/joostlek/python-opensky.svg
152152[ releases ] : https://github.com/joostlek/python-opensky/releases
153153[ semver ] : http://semver.org/spec/v2.0.0.html
154+ [ pypi ] : https://pypi.org/project/vehicle/
Original file line number Diff line number Diff line change @@ -31,34 +31,22 @@ yarl = ">=1.6.0"
3131pydantic = " 1.10.7"
3232
3333[tool .poetry .group .dev .dependencies ]
34- aresponses = " ^2.1.6"
35- black = " ^22.12"
36- blacken-docs = " ^1.13.0"
37- coverage = {version = " ^7.0" , extras = [" toml" ]}
38- flake8 = " ^4.0.1"
39- flake8-docstrings = " ^1.6.0"
40- isort = " ^5.11.4"
41- mypy = " ^0.991"
42- pre-commit = " ^2.21.0"
43- pre-commit-hooks = " ^4.4.0"
44- pylint = " ^2.15.10"
45- pytest = " ^7.2.1"
46- pytest-asyncio = " ^0.20.3"
47- pytest-cov = " ^4.0.0"
48- yamllint = " ^1.29.0"
49- pyupgrade = " ^3.3.1"
50- flake8-simplify = " ^0.19.3"
51- vulture = " ^2.7"
52- flake8-bandit = " ^3.0.0"
53- flake8-bugbear = " ^23.1.17"
54- flake8-builtins = " ^2.1.0"
55- flake8-comprehensions = " ^3.10.1"
56- flake8-eradicate = " ^1.4.0"
57- flake8-markdown = " ^0.3.0"
58- darglint = " ^1.8.1"
59- safety = " ^2.3.5"
60- codespell = " ^2.2.2"
61- bandit = " ^1.7.4"
34+ aresponses = " 2.1.6"
35+ black = " 23.3.0"
36+ blacken-docs = " 1.13.0"
37+ codespell = " 2.2.4"
38+ covdefaults = " 2.3.0"
39+ coverage = {version = " 7.2.5" , extras = [" toml" ]}
40+ mypy = " 1.2.0"
41+ pre-commit = " 3.3.1"
42+ pre-commit-hooks = " 4.4.0"
43+ pylint = " 2.17.4"
44+ pytest = " 7.3.1"
45+ pytest-asyncio = " 0.21.0"
46+ pytest-cov = " 4.0.0"
47+ ruff = " 0.0.265"
48+ safety = " 2.4.0b1"
49+ yamllint = " 1.31.0"
6250
6351[tool .poetry .urls ]
6452"Bug Tracker" = " https://github.com/joostlek/python-opensky/issues"
Original file line number Diff line number Diff line change 1+ sonar.projectKey =joostlek_python-opensky
2+ sonar.organization =joostlek-github
3+ sonar.projectName =Asynchronous Python client for the OpenSky API
4+ sonar.projectVersion =1.0
5+
6+ sonar.links.homepage =https://github.com/joostlek/python-opensky
7+ sonar.links.ci =https://github.com/joostlek/python-opensky/actions
8+ sonar.links.issue =https://github.com/joostlek/python-opensky/issues
9+ sonar.links.scm =https://github.com/joostlek/python-opensky/tree/main
10+
11+ sonar.language =py
12+ sonar.sourceEncoding =UTF-8
13+ sonar.sources =src
14+ sonar.tests =tests
15+
16+ sonar.python.version =3.10, 3.11
17+ sonar.python.coverage.reportPaths =coverage.xml
You can’t perform that action at this time.
0 commit comments