Skip to content

Commit 9787668

Browse files
authored
Merge branch 'main' into feat/mr_upg
2 parents 5ada144 + 3421741 commit 9787668

2 files changed

Lines changed: 68 additions & 66 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: check-toml
2020

2121
- repo: https://github.com/PyCQA/flake8
22-
rev: "7.2.0"
22+
rev: "7.3.0"
2323
hooks:
2424
- id: flake8
2525
args: [--config=.flake8]
@@ -35,7 +35,7 @@ repos:
3535
- id: detect-secrets
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.11.13
38+
rev: v0.12.0
3939
hooks:
4040
- id: ruff
4141
- id: ruff-format
@@ -54,7 +54,7 @@ repos:
5454
- id: gitleaks
5555

5656
- repo: https://github.com/pre-commit/mirrors-mypy
57-
rev: v1.16.0
57+
rev: v1.16.1
5858
hooks:
5959
- id: mypy
6060
additional_dependencies: ["types-PyYAML", "types-requests"]

0 commit comments

Comments
 (0)