forked from savon-noir/python-libnmap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lint): try to fix linting error from psf/black
- Loading branch information
1 parent
866f2aa
commit 2388af3
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 25,7 @@ jobs: | |
python -m pip install --upgrade pip | ||
pip install black isort flake8 | ||
- name: Format checker with psf/black | ||
uses: psf/[email protected] | ||
run: black --check -l 79 . | ||
- name: Format checker with isort | ||
run: isort --check-only -m 3 -l 79 --profile=black . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters