Skip to content

Commit

Permalink
T0000: check
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Aug 26, 2024
1 parent 8036594 commit d55f8d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/darker-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:

- name: darker install
run: |
pip install --upgrade darker~=2.1.1
pip install black==22.12.0 isort==5.11.4 mypy==0.990 flake8==5.0.4 pylint==2.15.5
pip install git+https://github.com/akaihola/darker.git@acb622567d1a26b0c6dcbb1b171c1c8340ee6c22
pip install black==22.12.0 isort==5.11.4 mypy==0.990 flake8==5.0.4 pylint==2.15.5 ruff>=0.0.292
- name: Fetch current branch
run: |
git fetch origin current:current
- name: Analyze Code with Darker
run: |
darker -r current... --check --diff --lint "flake8" --isort --color ./src
darker -r current... --check --diff --lint "ruff check" --isort --color ./src
# - name: analyze
Expand Down

0 comments on commit d55f8d8

Please sign in to comment.