Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
⬆️ deps: bump ruff from 0.0.292 to 0.1.0 (#236)
Browse files Browse the repository at this point in the history
* ⬆️ deps: Bump ruff from 0.0.292 to 0.1.0

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.292 to 0.1.0.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.0.292...v0.1.0)

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

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

* 🔧 chore: move some ruff fields into `ruff.lint`

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: SigureMo <[email protected]>
  • Loading branch information
dependabot[bot] and SigureMo authored Oct 17, 2023
1 parent 38e1133 commit b1b6ee2
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 @@ -31,7 +31,7 @@ dev = [
"pytest>=7.4.0",
"black>=23.9.1",
"isort>=5.12.0",
"ruff==0.0.292",
"ruff==0.1.0",
"pytest-rerunfailures>=11.0",
"build",
]
Expand Down Expand Up @@ -60,6 +60,8 @@ known_first_party = ["bilili"]
[tool.ruff]
line-length = 120
target-version = "py38"

[tool.ruff.lint]
select = [
# Pyflakes
"F",
Expand Down

0 comments on commit b1b6ee2

Please sign in to comment.