Skip to content

Commit

Permalink
Bump ruff from 0.0.285 to 0.0.287 (#1179)
Browse files Browse the repository at this point in the history
* Bump ruff from 0.0.285 to 0.0.287

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.285 to 0.0.287.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](astral-sh/ruff@v0.0.285...v0.0.287)

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

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: SukramJ <[email protected]>
  • Loading branch information
dependabot[bot] and SukramJ authored Sep 2, 2023
1 parent d4b37b5 commit f062175
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 @@ -7,7 +7,7 @@ repos:
- --quiet
files: ^((hahomematic|hahomematic_support|pylint|script|tests)/.+)?[^/]+\.py$
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.285
rev: v0.0.287
hooks:
- id: ruff
args:
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bandit==1.7.5
black==23.7.0
codespell==2.2.5
ruff==0.0.285
ruff==0.0.287
yamllint==1.32.0

0 comments on commit f062175

Please sign in to comment.