Skip to content

Commit 10d0cb4

Browse files
[pre-commit.ci] pre-commit autoupdate (#798)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.8.0](astral-sh/ruff-pre-commit@v0.7.3...v0.8.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 ef395b9 commit 10d0cb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: trailing-whitespace
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.7.3
18+
rev: v0.8.0
1919
hooks:
2020
- id: ruff
2121
args: ["--fix", "--show-fixes"]

src/pybase64/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"b64encode",
4040
"b64encode_as_string",
4141
"encodebytes",
42-
"standard_b64encode",
4342
"standard_b64decode",
44-
"urlsafe_b64encode",
43+
"standard_b64encode",
4544
"urlsafe_b64decode",
45+
"urlsafe_b64encode",
4646
)
4747

4848
__version__ = _version

0 commit comments

Comments
 (0)