Skip to content

Commit

Permalink
YML file updation
Browse files Browse the repository at this point in the history
  • Loading branch information
UtkarshMishra-Microsoft committed Dec 12, 2024
1 parent 99e1a9b commit d74672a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
echo "Fixing imports with Isort..."
python -m isort --verbose .
python -m isort --check --verbose .
echo "Formatting code with Black..."
python -m black --verbose .
python -m black --check --verbose .
echo "Running Flake8..."
python -m flake8 --config=.flake8 --verbose .
echo "Running Pylint..."
Expand Down

0 comments on commit d74672a

Please sign in to comment.