Skip to content

Commit d74e3a4

Browse files
committed
remove precommit
1 parent a5f985c commit d74e3a4

File tree

3 files changed

+4
-18
lines changed

3 files changed

+4
-18
lines changed

.github/workflows/ci.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ env:
1212

1313
jobs:
1414
pre-commit:
15-
name: Static Analysis (pre-commit)
15+
name: Static Analysis
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: actions/setup-python@v5
19+
- uses: chartboost/ruff-action@v1
2020
with:
21-
python-version: "3.12"
22-
- uses: pre-commit/[email protected]
21+
args: format --check
2322
tests:
2423
name: Tests
2524
runs-on: ubuntu-latest

.pre-commit-config.yaml

-13
This file was deleted.

teufa/v1_api/flights.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get(self, flight_id):
5050
"departure_icao": flight.departure_icao,
5151
"arrival_icao": flight.arrival_icao,
5252
"aircraft_id": flight.aircraft_id,
53-
}
53+
}
5454
}
5555
)
5656

0 commit comments

Comments
 (0)