Skip to content

Commit

Permalink
Update ruff requirement from 0.7.4 to 0.8.0 (#96)
Browse files Browse the repository at this point in the history
* Update ruff requirement from 0.7.4 to 0.8.0

Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [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.7.4...0.8.0)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
...

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

* Keep __all__ manually sorted

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stein Magnus Jodal <[email protected]>
  • Loading branch information
dependabot[bot] and jodal authored Nov 23, 2024
1 parent 4ebaff6 commit 0f99903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mypy = "^1.11.1"
pyright = "1.1.389"

[tool.poetry.group.ruff.dependencies]
ruff = "0.7.4"
ruff = "0.8.0"

[tool.poetry.group.tests.dependencies]
coverage = { extras = ["toml"], version = "^7.4.1" }
Expand Down
2 changes: 1 addition & 1 deletion src/brreg/enhetsregisteret/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
SektorkodeValidator,
)

__all__ = [
__all__ = [ # noqa: RUF022
# From _client module:
"Client",
# From _pagination module:
Expand Down

0 comments on commit 0f99903

Please sign in to comment.