mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 14:02:55 +00:00
test_runner: replace yapf with black and isort
This commit is contained in:
committed by
Alexander Bayandin
parent
277f2d6d3d
commit
6b2e1d9065
7
.github/workflows/codestyle.yml
vendored
7
.github/workflows/codestyle.yml
vendored
@@ -128,8 +128,11 @@ jobs:
|
||||
- name: Install Python deps
|
||||
run: ./scripts/pysync
|
||||
|
||||
- name: Run yapf to ensure code format
|
||||
run: poetry run yapf --recursive --diff .
|
||||
- name: Run isort to ensure code format
|
||||
run: poetry run isort --diff --check .
|
||||
|
||||
- name: Run black to ensure code format
|
||||
run: poetry run black --diff --check .
|
||||
|
||||
- name: Run mypy to check types
|
||||
run: poetry run mypy .
|
||||
|
||||
Reference in New Issue
Block a user