Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#798)
Browse files Browse the repository at this point in the history
* [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>
  • Loading branch information
pre-commit-ci[bot] authored Nov 26, 2024
1 parent ef395b9 commit 10d0cb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.3
rev: v0.8.0
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down
4 changes: 2 additions & 2 deletions src/pybase64/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"b64encode",
"b64encode_as_string",
"encodebytes",
"standard_b64encode",
"standard_b64decode",
"urlsafe_b64encode",
"standard_b64encode",
"urlsafe_b64decode",
"urlsafe_b64encode",
)

__version__ = _version
Expand Down

0 comments on commit 10d0cb4

Please sign in to comment.