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

Commit 567dce6

Browse files
[pre-commit.ci] pre-commit autoupdate (#53)
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.269 → v0.0.278](astral-sh/ruff-pre-commit@v0.0.269...v0.0.278) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f4fdbaf commit 567dce6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ repos:
2020
- id: sort-simple-yaml
2121
- id: trailing-whitespace
2222
- repo: https://github.com/psf/black
23-
rev: 23.3.0
23+
rev: 23.7.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/PyCQA/isort
2727
rev: 5.12.0
2828
hooks:
2929
- id: isort
3030
- repo: https://github.com/codespell-project/codespell
31-
rev: v2.2.4
31+
rev: v2.2.5
3232
hooks:
3333
- id: codespell
3434
additional_dependencies: ["tomli"]
35-
- repo: https://github.com/charliermarsh/ruff-pre-commit
35+
- repo: https://github.com/astral-sh/ruff-pre-commit
3636
# Ruff version.
37-
rev: 'v0.0.269'
37+
rev: 'v0.0.278'
3838
hooks:
3939
- id: ruff
4040
- repo: https://github.com/executablebooks/mdformat

0 commit comments

Comments
 (0)