Skip to content

Commit 6eb4fdc

Browse files
DEV: Update isort configuration to include additional directories
1 parent 75428d6 commit 6eb4fdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install pylint isort
3030
- name: Run isort
31-
run: isort --check-only rocketpy --profile black
31+
run: isort --check-only rocketpy/ tests/ docs/ --profile black
3232
- name: Run black
3333
uses: psf/black@stable
3434
with:

0 commit comments

Comments
 (0)