Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1227)
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>
  • Loading branch information
pre-commit-ci[bot] committed Nov 13, 2023
1 parent b9f3b82 commit 83f8c3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
args: [--quiet]
exclude: plot_syntaxerror
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.4
rev: v0.1.5
hooks:
- id: ruff
- repo: https://github.com/codespell-project/codespell
Expand All @@ -22,7 +22,7 @@ repos:
hooks:
- id: check-manifest
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0
rev: v1.33.0
hooks:
- id: yamllint
args: [--strict, -c, .yamllint.yml]

0 comments on commit 83f8c3a

Please sign in to comment.