Skip to content

Commit

Permalink
Bump ruff from 0.0.267 to 0.0.269 (#426)
Browse files Browse the repository at this point in the history
* Bump ruff from 0.0.267 to 0.0.269

Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.267 to 0.0.269.
- [Release notes](https://github.com/charliermarsh/ruff/releases)
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](astral-sh/ruff@v0.0.267...v0.0.269)

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

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

* Update ruff.toml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maciej Bieniek <bieniu@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and bieniu committed May 22, 2023
1 parent 1d52a2b commit 7180d05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
black==23.3.0
ruff==0.0.267
ruff==0.0.269
3 changes: 0 additions & 3 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,5 @@ ignore = [
"TRY003", # Avoid specifying long messages outside the exception class
]

[pyupgrade]
keep-runtime-typing = true

[mccabe]
max-complexity = 25

0 comments on commit 7180d05

Please sign in to comment.