Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit a1a4513

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/pylint: v3.3.3 → v3.3.4](pylint-dev/pylint@v3.3.3...v3.3.4) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4)
1 parent 5b91199 commit a1a4513

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ ci:
66

77
repos:
88
- repo: https://github.com/psf/black
9-
rev: 24.10.0
9+
rev: 25.1.0
1010
hooks:
1111
- id: black
1212
args:
1313
- --diff
1414
- --check
1515
- repo: https://github.com/PyCQA/pylint
16-
rev: v3.3.3
16+
rev: v3.3.4
1717
hooks:
1818
- id: pylint
1919
args:
@@ -43,15 +43,15 @@ repos:
4343
args:
4444
- --py310-plus
4545
- repo: https://github.com/pycqa/isort
46-
rev: 5.13.2
46+
rev: 6.0.0
4747
hooks:
4848
- id: isort
4949
name: isort
5050
args:
5151
- --diff
5252
- --check
5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: 'v0.8.6'
54+
rev: 'v0.9.4'
5555
hooks:
5656
- id: ruff
5757
name: ruff

0 commit comments

Comments
 (0)