Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.3.5](astral-sh/ruff-pre-commit@v0.1.14...v0.3.5)
- [github.com/keewis/blackdoc: v0.3.8 → v0.3.9](keewis/blackdoc@v0.3.8...v0.3.9)
- [github.com/PyCQA/doc8: v1.0.0 → v1.1.1](PyCQA/doc8@v1.0.0...v1.1.1)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
- [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.28.1](python-jsonschema/check-jsonschema@0.27.0...0.28.1)
  • Loading branch information
pre-commit-ci[bot] authored and aaronspring committed Apr 2, 2024
1 parent a974647 commit 590d668
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ci:

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-docstring-first
Expand All @@ -33,8 +33,8 @@ repos:
exclude: ".ipynb|asv.conf.json"
- id: trailing-whitespace

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.1.14"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.5"
hooks:
- id: ruff
args: ["--select", "E,F,I001"]
Expand All @@ -43,13 +43,13 @@ repos:
types_or: [python, pyi, jupyter]

- repo: https://github.com/keewis/blackdoc
rev: v0.3.8
rev: v0.3.9
hooks:
- id: blackdoc
additional_dependencies: ["black==23.10.1"]

- repo: https://github.com/PyCQA/doc8
rev: v1.0.0
rev: v1.1.1
hooks:
- id: doc8
args:
Expand All @@ -62,7 +62,7 @@ repos:
]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.8.0"
rev: "v1.9.0"
hooks:
- id: mypy
exclude: "asv_bench"
Expand All @@ -78,7 +78,7 @@ repos:
]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
rev: 0.28.1
hooks:
- id: check-github-workflows
- id: check-readthedocs

0 comments on commit 590d668

Please sign in to comment.