Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 01bfd4d

Browse files
[pre-commit.ci] pre-commit autoupdate
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) - [github.com/psf/black: 23.7.0 → 24.3.0](psf/black@23.7.0...24.3.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/astral-sh/ruff-pre-commit: v0.0.278 → v0.3.5](astral-sh/ruff-pre-commit@v0.0.278...v0.3.5) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](hukkin/mdformat@0.7.16...0.7.17)
1 parent 567dce6 commit 01bfd4d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.5.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -20,25 +20,25 @@ repos:
2020
- id: sort-simple-yaml
2121
- id: trailing-whitespace
2222
- repo: https://github.com/psf/black
23-
rev: 23.7.0
23+
rev: 24.3.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/PyCQA/isort
27-
rev: 5.12.0
27+
rev: 5.13.2
2828
hooks:
2929
- id: isort
3030
- repo: https://github.com/codespell-project/codespell
31-
rev: v2.2.5
31+
rev: v2.2.6
3232
hooks:
3333
- id: codespell
3434
additional_dependencies: ["tomli"]
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
3636
# Ruff version.
37-
rev: 'v0.0.278'
37+
rev: 'v0.3.5'
3838
hooks:
3939
- id: ruff
4040
- repo: https://github.com/executablebooks/mdformat
41-
rev: 0.7.16
41+
rev: 0.7.17
4242
hooks:
4343
- id: mdformat
4444
args: ["--wrap=80"]

0 commit comments

Comments
 (0)