Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1692)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: eskild <42120229+iameskild@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] and iameskild authored Apr 24, 2023
1 parent 3937269 commit 2d8758f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
exclude: "^nebari/template/"

- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell
args:
Expand All @@ -51,13 +51,13 @@ repos:

# python
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
args: ["--line-length=88", "--exclude=/nebari/template/"]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.254
rev: v0.0.260
hooks:
- id: ruff
args: ["--fix"]
Expand Down

0 comments on commit 2d8758f

Please sign in to comment.