Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#74)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.9...v0.7.2)
- [github.com/pre-commit/mirrors-eslint: v9.12.0 → v9.14.0](pre-commit/mirrors-eslint@v9.12.0...v9.14.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent 4996348 commit 6c8e4db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ repos:

# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.2
hooks:
- id: ruff
args: ['--fix']
Expand All @@ -42,7 +42,7 @@ repos:
- id: prettier

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.12.0
rev: v9.14.0
hooks:
- id: eslint
files: \.tsx?$
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### Bugs fixed

- Use full path when creating new notebook [#73](https://github.com/trungleduc/jupyter_app_launcher/pull/73) ([@mwcraig](https://github.com/mwcraig))
- Use full path when creating new notebook [#73](https://github.com/trungleduc/jupyter_app_launcher/pull/73) ([@mwcraig](https://github.com/mwcraig))

### Maintenance and upkeep improvements

Expand Down

0 comments on commit 6c8e4db

Please sign in to comment.