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

Feat: Testing and Linting #19

Merged
merged 5 commits into from Nov 27, 2023

Conversation

CodeWithEmad
Copy link
Contributor

Assorted testing and linting improvements:

  • Makefile with test and lint targets
  • Long lines reformated with black
  • Sort imports with isort

In addition:

  • Typing added for various functions
  • All configs moved to 1 place

@FahadKhalid210
Copy link
Collaborator

Hi @CodeWithEmad Thanks for the PR. I will look into it.
Can you please resolve the conflicts?

@CodeWithEmad
Copy link
Contributor Author

Done.

Copy link
Collaborator

@FahadKhalid210 FahadKhalid210 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@FahadKhalid210 FahadKhalid210 merged commit 3e68e6f into overhangio:master Nov 27, 2023
"RUN_POSTGRESQL": True,
"POSTGRESQL_DATABASE": "superset",
"POSTGRESQL_USERNAME": "superset",
"SUPERSET_DOCKER_IMAGE": "{: DOCKER_REGISTRY }}overhangio/cairn-superset:{{ CAIRN_VERSION }}",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI there is a typo that is breaking the build here: {: DOCKER_REGISTRY }} -> {{ DOCKER_REGISTRY }}
I'm pushing a change now.

@CodeWithEmad CodeWithEmad deleted the feat/test-lint branch November 27, 2023 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants