Skip to content

Commit

Permalink
Update install-pinned/black digest to ae81e2b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 8, 2024
1 parent 0760e5d commit 0cf4a60
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
GITHUB_TOKEN: ${{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}

# Format your code with https://github.com/psf/black
- uses: install-pinned/black@926fcfc793e7b115a5bbf370b929724e46744fb1
- uses: install-pinned/black@ae81e2be35a050526f8eb28527adf1c167327384
- run: black .

- uses: autofix-ci/action@8bc06253bec489732e5f9c52884c7cace15c0160
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- run: autoflake --in-place --remove-all-unused-imports -r .

# Format your code with https://github.com/psf/black
- uses: install-pinned/black@926fcfc793e7b115a5bbf370b929724e46744fb1
- uses: install-pinned/black@ae81e2be35a050526f8eb28527adf1c167327384
- run: black .

- uses: autofix-ci/action@8bc06253bec489732e5f9c52884c7cace15c016
2 changes: 1 addition & 1 deletion .github/workflows/pysa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
permission: "write"
env:
GITHUB_TOKEN: ${{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}
- uses: install-pinned/black@926fcfc793e7b115a5bbf370b929724e46744fb1
- uses: install-pinned/black@ae81e2be35a050526f8eb28527adf1c167327384
- run: black .

- uses: autofix-ci/action@8bc06253bec489732e5f9c52884c7cace15c016ye
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- run: autoflake --in-place --remove-all-unused-imports -r .

# Format your code with https://github.com/psf/black
- uses: install-pinned/black@926fcfc793e7b115a5bbf370b929724e46744fb1
- uses: install-pinned/black@ae81e2be35a050526f8eb28527adf1c167327384
- run: black .

- uses: autofix-ci/action@8bc06253bec489732e5f9c52884c7cace15c016
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- run: autoflake --in-place --remove-all-unused-imports -r .

# Format your code with https://github.com/psf/black
- uses: install-pinned/black@926fcfc793e7b115a5bbf370b929724e46744fb1
- uses: install-pinned/black@ae81e2be35a050526f8eb28527adf1c167327384
- run: black .

- uses: autofix-ci/action@8bc06253bec489732e5f9c52884c7cace15c016
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- run: autoflake --in-place --remove-all-unused-imports -r .

# Format your code with https://github.com/psf/black
- uses: install-pinned/black@926fcfc793e7b115a5bbf370b929724e46744fb1
- uses: install-pinned/black@ae81e2be35a050526f8eb28527adf1c167327384
- run: black .

- uses: autofix-ci/action@8bc06253bec489732e5f9c52884c7cace15c016
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- run: autoflake --in-place --remove-all-unused-imports -r .

# Format your code with https://github.com/psf/black
- uses: install-pinned/black@926fcfc793e7b115a5bbf370b929724e46744fb1
- uses: install-pinned/black@ae81e2be35a050526f8eb28527adf1c167327384
- run: black .

- uses: autofix-ci/action@8bc06253bec489732e5f9c52884c7cace15c016
Expand Down

0 comments on commit 0cf4a60

Please sign in to comment.