Skip to content

Commit

Permalink
Merge branch 'main' into mismatch_bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Prtm2110 authored Jan 3, 2025
2 parents 00f361c + a874fc0 commit d5817a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
exclude: ^fuzz/generated/

- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
exclude: ^fuzz/generated/
Expand All @@ -46,7 +46,7 @@ repos:
- id: gitlint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bandit==1.7.10; python_version <= "3.8"
bandit==1.8.0; python_version > "3.8"
gitlint==v0.19.1
interrogate
mypy==v1.13.0
mypy==v1.14.1
pytest>=7.2.0
pytest-xdist
pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion spdx_header.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2024 Intel Corporation
# Copyright (C) 2025 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

0 comments on commit d5817a3

Please sign in to comment.