Skip to content

Commit

Permalink
Add black line length
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Jan 31, 2024
1 parent ceab929 commit c6263ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
agent-code: ${{ env.AGENT_CODE }}

- name: Check Mythic code formatting
run: python -m black --color --diff --check ${THANATOS_PATH}/*.py ${MYTHIC_CODE}/*.py
run: python -m black --color --diff --check --line-length 100 ${THANATOS_PATH}/*.py ${MYTHIC_CODE}/*.py

- name: Check Agent code formatting
working-directory: ${{ env.AGENT_CODE }}
Expand Down

0 comments on commit c6263ee

Please sign in to comment.