We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3350d commit db256f1Copy full SHA for db256f1
.github/workflows/black-lint.yml
@@ -10,6 +10,6 @@ jobs:
10
11
steps:
12
- uses: actions/checkout@v4
13
- - uses: jpetrucciani/black-check@master
+ - uses: jpetrucciani/black-check@23.12.1
14
with:
15
black_flags: '-S'
.github/workflows/clang-format-lint.yml
@@ -10,7 +10,7 @@ jobs:
- - uses: DoozyX/clang-format-lint-action@v0.16.2
+ - uses: DoozyX/clang-format-lint-action@v0.17
source: '.'
16
extensions: 'c,cpp,java'
requirements.txt
@@ -1,4 +1,4 @@
1
-black==23.3.0
+black==23.12.1
2
Requests==2.31.0
3
sortedcontainers==2.4.0
4
urllib3==1.26.18
0 commit comments