Skip to content

Commit 7619cc4

Browse files
[pre-commit.ci] pre-commit autoupdate (#1229)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3348781 commit 7619cc4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: reorder-python-imports
1414
args: [--application-directories, '.:src', --py38-plus]
1515
- repo: https://github.com/psf/black-pre-commit-mirror
16-
rev: 24.10.0
16+
rev: 25.1.0
1717
hooks:
1818
- id: black
1919
args: [--line-length=79, --target-version=py38]

bandit/plugins/trojansource.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@
3838

3939

4040
BIDI_CHARACTERS = (
41-
"\u202A",
42-
"\u202B",
43-
"\u202C",
44-
"\u202D",
45-
"\u202E",
41+
"\u202a",
42+
"\u202b",
43+
"\u202c",
44+
"\u202d",
45+
"\u202e",
4646
"\u2066",
4747
"\u2067",
4848
"\u2068",
4949
"\u2069",
50-
"\u200F",
50+
"\u200f",
5151
)
5252

5353

0 commit comments

Comments
 (0)