Skip to content

Commit

Permalink
Update pre-commit linters to the latest versions
Browse files Browse the repository at this point in the history
Changes produced by `pre-commit autoupdate`.

Signed-off-by: Christian Clauss <[email protected]>
  • Loading branch information
cclauss authored and godlygeek committed Nov 24, 2023
1 parent 138d9c5 commit 2d3c31e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: "^(src/memray/reporters/templates/assets|src/vendor|benchmarks|docs/_static/flamegraphs)/"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-json
Expand All @@ -26,7 +26,7 @@ repos:
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.11.0
hooks:
- id: black

Expand All @@ -37,28 +37,28 @@ repos:
exclude_types: [python]

- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v0.6.7
rev: v0.9.0
hooks:
- id: sphinx-lint

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.1.0
hooks:
- id: prettier
args: [--no-editorconfig]
exclude: "^asv\\.conf\\.json$"
exclude_types: [html]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.2
rev: v17.0.5
hooks:
- id: clang-format
args: [--Werror, -i]
exclude: "^tests/integration/"
types_or: [c++, c, cuda]

- repo: https://github.com/rstcheck/rstcheck
rev: v6.1.2
rev: v6.2.0
hooks:
- id: rstcheck
files: ^news/
Expand Down

0 comments on commit 2d3c31e

Please sign in to comment.