Skip to content

Commit a897442

Browse files
Bump black from 24.8.0 to 24.10.0 (#95)
--------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Johannes Maron <[email protected]>
1 parent cfaa659 commit a897442

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dynamic_filenames/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Write advanced filename patterns using the Format String Syntax."""
2+
23
import base64
34
import os
45
import re

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test = [
4242
]
4343
lint = [
4444
"bandit==1.7.7",
45-
"black==23.12.1",
45+
"black==24.10.0",
4646
"flake8==7.0.0",
4747
"isort==5.13.2",
4848
"pydocstyle[toml]==6.3.0",

0 commit comments

Comments
 (0)