Skip to content

Commit

Permalink
Bump ruff from 0.8.5 to 0.8.6 in the python-packages group (#1081)
Browse files Browse the repository at this point in the history
* Bump ruff from 0.8.5 to 0.8.6 in the python-packages group

Bumps the python-packages group with 1 update: [ruff](https://github.com/astral-sh/ruff).


Updates `ruff` from 0.8.5 to 0.8.6
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.5...0.8.6)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .pre-commit-config.yaml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jjallaire <[email protected]>
  • Loading branch information
dependabot[bot] and jjallaire authored Jan 6, 2025
1 parent 20a5d7e commit 5393dbd
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 @@ -5,7 +5,7 @@ default_language_version:
python: python3.11
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.5
rev: v0.8.6
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ dev = [
"pytest-cov",
"pytest-dotenv",
"pytest-xdist",
"ruff==0.8.5", # match version specified in .pre-commit-config.yaml
"ruff==0.8.6", # match version specified in .pre-commit-config.yaml
"textual-dev>=0.86.2",
"types-PyYAML",
"types-beautifulsoup4",
Expand Down

0 comments on commit 5393dbd

Please sign in to comment.