We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f49541 + a78d121 commit 47c62ffCopy full SHA for 47c62ff
2 files changed
.github/workflows/ci.yaml
@@ -201,7 +201,7 @@ jobs:
201
202
- name: Run actionlint
203
continue-on-error: ${{inputs.soft-linting == 'true'}}
204
- uses: raven-actions/actionlint@e01d1ea33dd6a5ed517d95b4c0c357560ac6f518 # v2
+ uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 # v2
205
with:
206
flags: ${{inputs.debug && '-verbose'}}
207
files: '.github/workflows/*.{yaml,yml}'
pyproject.toml
@@ -104,7 +104,7 @@ dev = [
104
"cibuildwheel",
105
106
# Linters, formatters, and test utilities.
107
- "black~=26.1.0",
+ "black~=26.3.1",
108
"isort[colors]~=8.0.1",
109
"py-cpuinfo",
110
"pylint~=4.0.2",
0 commit comments