Skip to content

Commit 13dc856

Browse files
Merge remote-tracking branch 'origin/main' into simulation-enhancement
2 parents b822994 + 2a2d6dc commit 13dc856

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
44
# Ruff version.
5-
rev: v0.6.4
5+
rev: v0.6.5
66
hooks:
77
# Run the linter.
88
- id: ruff

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ disallow_untyped_calls = false
1313
# Done because rclpy Node has type Any
1414
disallow_subclassing_any = false
1515

16-
[tool.pytest.ini_options]
17-
qt_api = "pyqt6"
18-
1916
# For pre-commit CI
2017
[tool.ruff]
2118
format.quote-style = 'single'

src/surface/flight_control/test/test_keyboard_control.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)