Skip to content

Commit

Permalink
Bump ruff from 0.5.7 to 0.6.1 (#1579)
Browse files Browse the repository at this point in the history
* Bump ruff from 0.5.7 to 0.6.1

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

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

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

* disable ASYNC109 ASYNC110

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcel van der Veldt <[email protected]>
  • Loading branch information
dependabot[bot] and marcelveldt authored Aug 21, 2024
1 parent f70e00a commit 476298e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ test = [
"pytest-cov==5.0.0",
"syrupy==4.6.1",
"tomli==2.0.1",
"ruff==0.5.7",
"ruff==0.6.1",
]

[project.scripts]
Expand Down Expand Up @@ -265,6 +265,8 @@ ignore = [
"RUF009",
"ANN204",
"PTH202",
"ASYNC109",
"ASYNC110",
]

select = ["ALL"]
Expand Down

0 comments on commit 476298e

Please sign in to comment.