Skip to content

Commit

Permalink
chore: update pre-commit hooks (#32)
Browse files Browse the repository at this point in the history
* chore: update pre-commit hooks

updates:
- [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.1.1](psf/black-pre-commit-mirror@23.12.1...24.1.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.2.1](astral-sh/ruff-pre-commit@v0.1.9...v0.2.1)

* style: pre-commit fixes

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 14, 2024
1 parent 1abe39a commit 7750f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "23.12.1"
rev: "24.1.1"
hooks:
- id: black-jupyter

Expand Down Expand Up @@ -39,7 +39,7 @@ repos:
args: [--prose-wrap=always]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
rev: v0.2.1
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down
1 change: 0 additions & 1 deletion src/check_sdist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
check-sdist: Check the contents of an SDist vs. git
"""


from __future__ import annotations

__version__ = "0.1.3"
Expand Down

0 comments on commit 7750f0b

Please sign in to comment.