Skip to content

Commit 7cbb9fd

Browse files
committed
Update depends
1 parent 2b6ea85 commit 7cbb9fd

File tree

2 files changed

+122
-163
lines changed

2 files changed

+122
-163
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/compilerla/conventional-pre-commit
6-
rev: v3.2.0
6+
rev: v3.6.0
77
hooks:
88
- id: conventional-pre-commit
99
stages: [commit-msg]
1010

1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.5.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: check-ast
1515
- id: check-added-large-files
@@ -24,14 +24,14 @@ repos:
2424
- id: trailing-whitespace
2525

2626
- repo: https://github.com/python-formate/flake8-dunder-all
27-
rev: v0.4.0
27+
rev: v0.4.1
2828
hooks:
2929
- id: ensure-dunder-all
3030
exclude: "tests*"
3131
args: ["--use-tuple"]
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.4.4
34+
rev: v0.7.3
3535
hooks:
3636
- id: ruff
3737
args: ["--fix"]

0 commit comments

Comments
 (0)