Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1342)
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: Eric Larson <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and larsoner committed Jul 2, 2024
1 parent 40f7589 commit 764656c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.10
rev: v0.5.0
hooks:
- id: ruff-format
exclude: plot_syntaxerror
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ namespaces = true # allow scanning PEP 420 namespaces (true by default)
[tool.ruff]
exclude = [
"__init__.py",
"plot_syntaxerror.py",
]
lint.select = [
"D",
Expand Down

0 comments on commit 764656c

Please sign in to comment.