Skip to content

Commit

Permalink
chore(deps-dev): bump ruff from 0.0.292 to 0.1.0 (0xricksanchez#150)
Browse files Browse the repository at this point in the history
* chore(deps-dev): 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:development
  update-type: version-update:semver-minor
...

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

* fix: ruff new output format flag

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 434b <[email protected]>
  • Loading branch information
dependabot[bot] and 0xricksanchez authored Oct 18, 2023
1 parent e988344 commit 4189ade
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
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.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ requests = "^2.31.0"
black = "^23.9.1"
pytest = "^7.4.2"
pytest-cov = "^4.1.0"
ruff = "^0.0.292"
ruff = "^0.1.0"

[tool.ruff]
# https://docs.astral.sh/ruff/settings
select = ["E", "F", "C4", "PTH", "TID", "PERF", "N", "C90"]
# Group violations by containing file.
format = "grouped"
output-format = "grouped"
line-length = 120
# Never enforce `E501` (line length violations).
ignore = ["E501"]
Expand Down

0 comments on commit 4189ade

Please sign in to comment.