Skip to content

Commit

Permalink
Merge pull request #17 from obss/final-revision
Browse files Browse the repository at this point in the history
typo corrected.
  • Loading branch information
devrimcavusoglu authored Oct 14, 2024
2 parents 3acfa5f + a5b4e8a commit 4ae17ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_code_style.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
arg = sys.argv[1]

if arg == "check":
sts_flake = shell("flake8 src tests services --config setup.cfg")
sts_flake = shell("flake8 disgem scripts --config setup.cfg")
sts_isort = shell("isort . --check --settings setup.cfg")
sts_black = shell("black . --check --config pyproject.toml")
validate_and_exit(flake8=sts_flake, isort=sts_isort, black=sts_black)
Expand Down

0 comments on commit 4ae17ac

Please sign in to comment.