Skip to content

Commit

Permalink
Merge pull request #386 from blakeNaccarato/renovate/core
Browse files Browse the repository at this point in the history
Update pre-commit hook charliermarsh/ruff-pre-commit to v0.2.0
  • Loading branch information
blakeNaccarato authored Feb 2, 2024
2 parents 68efe67 + 1a80da9 commit db1e276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ repos:
|tests/.*
)$
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
rev: "v0.1.15"
rev: "v0.2.0"
hooks:
- id: "ruff"
types_or: ["python", "pyi", "jupyter"]
Expand Down
2 changes: 1 addition & 1 deletion template/.tools/requirements/requirements_both.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pyright
# * ---------------------------------------------------------------------------------- *
# Pre-commit common requirements
ruff==0.1.15
ruff==0.2.0
# Testing
pytest==8.0.0
# Testing plugins
Expand Down

0 comments on commit db1e276

Please sign in to comment.