Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#112)
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.2.2 → v0.3.0](astral-sh/ruff-pre-commit@v0.2.2...v0.3.0)

* Update .pre-commit-config.yaml in the template

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Adam Tyson <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and adamltyson authored Mar 4, 2024
1 parent fb1469a commit cef79d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.0
hooks:
- id: ruff
args: [ --config=pyproject.toml ]
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.package_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.0
hooks:
- id: ruff
- repo: https://github.com/psf/black
Expand Down

0 comments on commit cef79d5

Please sign in to comment.