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

Commit 25d7cc6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.278 → v0.0.290](astral-sh/ruff-pre-commit@v0.0.278...v0.0.290) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](hukkin/mdformat@0.7.16...0.7.17)
1 parent 567dce6 commit 25d7cc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: sort-simple-yaml
2121
- id: trailing-whitespace
2222
- repo: https://github.com/psf/black
23-
rev: 23.7.0
23+
rev: 23.9.1
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/PyCQA/isort
@@ -34,11 +34,11 @@ repos:
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.0.290'
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)