Skip to content

Commit

Permalink
Bump ruff from 0.1.11 to 0.1.15 (#256)
Browse files Browse the repository at this point in the history
* Bump ruff from 0.1.11 to 0.1.15

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.11 to 0.1.15.
- [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.1.11...v0.1.15)

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

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

* Fix Ruff errors

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Scott Stevenson <scott@stevenson.io>
  • Loading branch information
dependabot[bot] and srstevenson authored Feb 1, 2024
1 parent 743ab4e commit 2a54114
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
36 changes: 18 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/nb_clean/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def expand_directories(paths: list[pathlib.Path]) -> list[pathlib.Path]:
-------
List[pathlib.Path]
Paths with directories expanded into notebooks contained within.
"""
expanded: list[pathlib.Path] = []
for path in paths:
Expand Down

0 comments on commit 2a54114

Please sign in to comment.