Skip to content

Commit

Permalink
chore(deps-dev): bump ruff from 0.5.1 to 0.5.6 (#539)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump ruff from 0.5.1 to 0.5.6

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.1 to 0.5.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.5.1...0.5.6)

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

Signed-off-by: dependabot[bot] <support@github.com>

* chore: ruff check --fix

* chore: update ruff pre-commit to macth poetry deps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lucas <hairmare@rabe.ch>
  • Loading branch information
dependabot[bot] and hairmare authored Aug 4, 2024
1 parent 1059ef6 commit 7c03654
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.5.6
hooks:
- id: ruff
args: ['--fix']
Expand Down
2 changes: 1 addition & 1 deletion docs/gen_ref_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
identifier = ".".join(parts)
print("::: " + identifier, file=fd)

mkdocs_gen_files.set_edit_path(full_doc_path, path) #
mkdocs_gen_files.set_edit_path(full_doc_path, path)

with mkdocs_gen_files.open("reference/SUMMARY.md", "w") as nav_file:
nav_file.writelines(nav.build_literate_nav())
Expand Down
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion suisa_sendemeldung/acrclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_data(

return data

def get_interval_data( # noqa: PLR0913, ANN201
def get_interval_data( # noqa: ANN201
self: Self,
project_id: int,
stream_id: str,
Expand Down

0 comments on commit 7c03654

Please sign in to comment.