Skip to content

Commit

Permalink
Bump black from 24.8.0 to 24.10.0 (#95)
Browse files Browse the repository at this point in the history

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Johannes Maron <johannes@maron.family>
  • Loading branch information
dependabot[bot] and codingjoe authored Oct 9, 2024
1 parent cfaa659 commit a897442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dynamic_filenames/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Write advanced filename patterns using the Format String Syntax."""

import base64
import os
import re
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test = [
]
lint = [
"bandit==1.7.7",
"black==23.12.1",
"black==24.10.0",
"flake8==7.0.0",
"isort==5.13.2",
"pydocstyle[toml]==6.3.0",
Expand Down

0 comments on commit a897442

Please sign in to comment.