Skip to content

Commit bc2fed7

Browse files
github-actions[bot]web-flowterriko
authored andcommitted
chore: update pre-commit config (intel#3678)
* chore: update pre-commit config * fix: pre-commit 3.6.0 needs python > 3.8 --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Terri Oda <[email protected]>
1 parent 1578671 commit bc2fed7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 5.12.0
3+
rev: 5.13.2
44
hooks:
55
- id: isort
66
exclude: ^fuzz/generated/
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 23.10.1
9+
rev: 23.12.1
1010
hooks:
1111
- id: black
1212
exclude: ^fuzz/generated/
@@ -25,7 +25,7 @@ repos:
2525
exclude: ^fuzz/generated/
2626

2727
- repo: https://github.com/PyCQA/bandit
28-
rev: 1.7.5
28+
rev: 1.7.6
2929
hooks:
3030
- id: bandit
3131
exclude: ^fuzz/generated/
@@ -37,7 +37,7 @@ repos:
3737
- id: gitlint
3838

3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v1.6.1
40+
rev: v1.8.0
4141
hooks:
4242
- id: mypy
4343
additional_dependencies:

dev-requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
black==23.10.1
1+
black==23.12.1
22
isort; python_version < "3.8"
3-
isort==5.12.0; python_version >= "3.8"
4-
pre-commit; python_version < "3.8"
5-
pre-commit==3.5.0; python_version >= "3.8"
3+
isort==5.13.2; python_version >= "3.8"
4+
pre-commit; python_version <= "3.8"
5+
pre-commit==3.6.0; python_version > "3.8"
66
flake8; python_version < "3.8"
77
flake8==6.1.0; python_version >= "3.8"
8-
bandit==1.7.5
8+
bandit==1.7.6
99
gitlint==v0.19.1
1010
interrogate
11-
mypy==v1.6.1
11+
mypy==v1.8.0
1212
pytest>=7.2.0
1313
pytest-xdist
1414
pytest-cov

0 commit comments

Comments
 (0)