We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1dcbfd9 + 52a1c56 commit 235027bCopy full SHA for 235027b
1 file changed
.github/workflows/pylint.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@v4
30
31
- name: "BLACK"
32
- uses: psf/black@24.10.0
+ uses: psf/black@25.1.0
33
with:
34
options: "--check --diff --color --line-length 120 --skip-string-normalization --extend-exclude (subprojects|debian|.build)"
35
src: "."
0 commit comments