Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lint existing codebase with isort + black to allow fixed CI in #116 to pass checks #117

Merged
merged 1 commit into from
May 23, 2024

Conversation

elliot-100
Copy link
Collaborator

@elliot-100 elliot-100 commented May 23, 2024

NB 1: this does not affect files in root folder, only spond and test. But that seems to be documented behaviour given code structure, and use of pyproject.toml for configuration.

Files in root folder can be targeted in CI/fixed later.

NB 2: ran isort . --show-config first to check that profile = "black" is picked up from pyproject.toml OK.

NB 3: I've done a dry run in my own fork.

…andard.

NB 1: this does not affect files in root folder, only `spond` and `test`
NB 2: ran `isort . --show-config` first to check that `profile = "black"` is picked up from pyproject.toml
@elliot-100 elliot-100 self-assigned this May 23, 2024
@elliot-100 elliot-100 merged commit ce54bf6 into Olen:main May 23, 2024
5 checks passed
@elliot-100 elliot-100 deleted the fix-isort-in-codebase branch May 23, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant