Skip to content

Commit

Permalink
Pin black dependency
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg committed Jan 26, 2024
1 parent 238784d commit 32f9b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: "Lint plugin_template"
working-directory: "plugin_template"
run: |
pip3 install black flake8
pip3 install black==23.12.1 flake8
black --version
black --check --diff plugin-template utils.py
flake8 plugin-template utils.py
Expand Down
2 changes: 1 addition & 1 deletion templates/github/lint_requirements.txt.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# python packages handy for developers, but not required by pulp
{% if black -%}
black
black==32.12.1
{% endif -%}
check-manifest
flake8
Expand Down

0 comments on commit 32f9b1f

Please sign in to comment.