Skip to content

Commit bd67e40

Browse files
committed
Fix ruff
1 parent cff9a8a commit bd67e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ show_missing = true
5757

5858
[tool.coverage.run]
5959
plugins = ["covdefaults"]
60-
source = ["vehicle"]
60+
source = ["opensky"]
6161

6262
[tool.mypy]
6363
# Specify the target platform details in config, so your developers are
@@ -150,7 +150,7 @@ fixture-parentheses = false
150150
mark-parentheses = false
151151

152152
[tool.ruff.isort]
153-
known-first-party = ["vehicle"]
153+
known-first-party = ["opensky"]
154154

155155
[tool.ruff.mccabe]
156156
max-complexity = 25

0 commit comments

Comments
 (0)