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

Add black and isort formatting to repo #1494

Merged

Conversation

yoonthegoon
Copy link
Contributor

resolves #1492

Git blame view will ignore 02201ed
image

Black is default configuration.
isort is configured with profile = black in .isort.cfg.
Workflow theHarvester.yml has added black and isort checks.

- name: Lint with black
  run: |
    black . --diff --check

- name: Lint with isort
  run: |
    isort . --diff --check

theHarvester/discovery/virustotal.py Fixed Show fixed Hide fixed
theHarvester/discovery/virustotal.py Fixed Show resolved Hide resolved
@L1ghtn1ng L1ghtn1ng merged commit bfaf3aa into laramies:master Jul 27, 2023
@yoonthegoon yoonthegoon deleted the Add-black-and-isort-formatting-to-repo branch July 27, 2023 00:35
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.

[Workflow] Add black and isort formatting to repo
2 participants