Skip to content

Commit 5b3f03c

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: 22.12.0 → 23.12.1](psf/black@22.12.0...23.12.1) - [github.com/pycqa/isort: 5.11.4 → 5.13.2](PyCQA/isort@5.11.4...5.13.2) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.217 → v0.1.11](astral-sh/ruff-pre-commit@v0.0.217...v0.1.11)
1 parent 57eb1b0 commit 5b3f03c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
# See https://pre-commit.com/hooks.html for more hooks
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: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010

1111
- repo: https://github.com/psf/black
12-
rev: 22.12.0
12+
rev: 23.12.1
1313
hooks:
1414
- id: black
1515

1616
- repo: https://github.com/pycqa/isort
17-
rev: 5.11.4
17+
rev: 5.13.2
1818
hooks:
1919
- id: isort
2020

21-
- repo: https://github.com/charliermarsh/ruff-pre-commit
22-
rev: v0.0.217
21+
- repo: https://github.com/astral-sh/ruff-pre-commit
22+
rev: v0.1.11
2323
hooks:
2424
- id: ruff
2525
args: ["--force-exclude"]

0 commit comments

Comments
 (0)