Skip to content

Commit 444bb18

Browse files
renovate[bot]vil02
andauthored
chore(deps): update psf/black action to v26 (#641)
* chore(deps): update psf/black action to v26 * fix: apply new formatting --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: vil02 <65706193+vil02@users.noreply.github.com>
1 parent 0e54cfc commit 444bb18

File tree

17 files changed

+1
-17
lines changed

17 files changed

+1
-17
lines changed

.github/workflows/black_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19-
- uses: psf/black@782e5605c86aab56be6f905da10dcd3e463fd9c2 # 25.12.0
19+
- uses: psf/black@6305bf1ae645ab7541be4f5028a86239316178eb # 26.1.0
2020
with:
2121
options: "--check --verbose"

string_to_code/to_ada.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from . import utils
66
from . import core
77

8-
98
_get_function_name = utils.get_function_name_fun("Proc_")
109

1110
_NULL_CALL = "null;"

string_to_code/to_algol68.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from . import core
66
from . import utils
77

8-
98
_get_function_name = utils.get_function_name_fun("p")
109

1110

string_to_code/to_ballerina.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from . import utils
77
from . import c_like_utils
88

9-
109
_get_function_name = utils.get_function_name_fun("fun_")
1110

1211

string_to_code/to_bash.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from . import core
66
from . import utils
77

8-
98
_get_function_name = utils.get_function_name_fun()
109

1110

string_to_code/to_c.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from . import utils
66
from . import c_like_utils
77

8-
98
_get_function_name = utils.get_function_name_fun()
109

1110

string_to_code/to_cobol.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from . import core
66
from . import utils
77

8-
98
_get_function_name = utils.get_function_name_fun("P_")
109

1110

string_to_code/to_cpp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from . import utils
66
from . import c_like_utils
77

8-
98
_get_function_name = utils.get_function_name_fun()
109

1110

string_to_code/to_fortran90.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from . import core
66
from . import utils
77

8-
98
_get_function_name = utils.get_function_name_fun("fun_")
109

1110

string_to_code/to_haskell.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from . import core
66
from . import utils
77

8-
98
_get_function_name = utils.get_function_name_fun()
109

1110

0 commit comments

Comments
 (0)