Skip to content

Commit 735a490

Browse files
committed
Merge branch 'main' into next
2 parents f03e7fe + a4e7680 commit 735a490

File tree

2 files changed

+5
-24
lines changed

2 files changed

+5
-24
lines changed

.github/workflows/auto-assign.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33
python: python3.11
44
repos:
55
- repo: https://github.com/codespell-project/codespell
6-
rev: v2.4.1
6+
rev: v2.4.2
77
hooks:
88
- id: codespell
99
args: ["--ignore-words=codespell.txt"]
@@ -13,15 +13,15 @@ repos:
1313
hooks:
1414
- id: prettier
1515
- repo: https://github.com/psf/black
16-
rev: 25.12.0
16+
rev: 26.3.1
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/flake8
2020
rev: 7.3.0
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 7.0.0
24+
rev: 8.0.1
2525
hooks:
2626
- id: isort
2727
args: ["--settings-path=pyproject.toml"]
@@ -33,7 +33,7 @@ repos:
3333
language: script
3434
types: [python]
3535
- repo: https://github.com/PyCQA/bandit
36-
rev: 1.9.2
36+
rev: 1.9.4
3737
hooks:
3838
- id: bandit
3939
args: ["-ll"]
@@ -60,7 +60,7 @@ repos:
6060
- id: check-merge-conflict
6161
- id: debug-statements
6262
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
63-
rev: v9.23.0
63+
rev: v9.24.0
6464
hooks:
6565
- id: commitlint
6666
stages: [commit-msg]

0 commit comments

Comments
 (0)