Skip to content

Commit 212fd77

Browse files
authored
Merge branch 'main' into jira_branch
2 parents b373c65 + 3607c6c commit 212fd77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: check-toml
1717

1818
- repo: https://github.com/PyCQA/flake8
19-
rev: "7.1.0"
19+
rev: "7.1.1"
2020
hooks:
2121
- id: flake8
2222
additional_dependencies:
@@ -31,13 +31,13 @@ repos:
3131
- id: detect-secrets
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.5.5
34+
rev: v0.5.6
3535
hooks:
3636
- id: ruff
3737
- id: ruff-format
3838

3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v1.11.0
40+
rev: v1.11.1
4141
hooks:
4242
- id: mypy
4343
exclude: ^(tests/)

0 commit comments

Comments
 (0)