Skip to content

Commit

Permalink
Merge pull request #661 from Ana06/version
Browse files Browse the repository at this point in the history
[CI] Pin linter dependencies
  • Loading branch information
Ana06 authored Feb 24, 2025
2 parents 4b46dc2 + 819887d commit 03eea83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install dependencies
run: pip install black isort flake8
run: pip install black==25.* isort==6.* flake8==7.*
# Different line limits: Black/isort (120), Flake8 (150).
# Flake8 allows longer lines for better long string readability. Black doesn't enforce string length.
- name: Run black
Expand Down

0 comments on commit 03eea83

Please sign in to comment.