Skip to content

Commit

Permalink
Update OSS black linter version to 24.4.0 (#1001)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1001

There are some [linter errors](https://github.com/facebookincubator/AITemplate/actions/runs/8680791999/job/23802124952) in OSS trunk caused by D54447738 updating black version to 2024 in fbcode. Here we match the black version in OSS.

Reviewed By: hl475

Differential Revision: D56340613

fbshipit-source-id: b6fb9af749402bca2efc9e7c419f671e4ef313e4
  • Loading branch information
aakhundov authored and facebook-github-bot committed Apr 19, 2024
1 parent eb89bf6 commit 0973303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ufmt==2.0.1 click==8.1.3 black==22.12.0 flake8==5.0.4
pip install ufmt==2.0.1 click==8.1.3 black==24.4.0 flake8==5.0.4
- name: Analyzing the code with flake8
run: |
echo "::add-matcher::tests/lint/flake8_problem_matcher.json"
Expand Down

0 comments on commit 0973303

Please sign in to comment.