Skip to content

Commit

Permalink
remove black from linting step
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna authored and drdavella committed Nov 13, 2023
1 parent 83ab957 commit 38e8e27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
linting:
name: Pylint & Black Checks
name: Pylint Checks
runs-on: ubuntu-20.04
timeout-minutes: 5
steps:
Expand All @@ -29,9 +29,7 @@ jobs:
- name: Install Codemodder Package
run: pip install .
- name: Install Dependencies
run: pip install -r requirements/lint.txt
- name: Black Format Check
run: black --check .
run: pip install -r requirements/test.txt
- name: Run pylint
run: make lint

Expand Down Expand Up @@ -61,4 +59,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
- uses: pre-commit/[email protected]
3 changes: 0 additions & 3 deletions requirements/lint.txt

This file was deleted.

0 comments on commit 38e8e27

Please sign in to comment.