Skip to content

Commit ac7bfc0

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update pre-commit config
1 parent d432677 commit ac7bfc0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 6.0.0
3+
rev: 6.0.1
44
hooks:
55
- id: isort
66

@@ -16,13 +16,13 @@ repos:
1616
args: ["--py37-plus"]
1717

1818
- repo: https://github.com/pycqa/flake8
19-
rev: 7.1.1
19+
rev: 7.1.2
2020
hooks:
2121
- id: flake8
2222
exclude: ^fuzz/generated/
2323

2424
- repo: https://github.com/PyCQA/bandit
25-
rev: 1.8.2
25+
rev: 1.8.3
2626
hooks:
2727
- id: bandit
2828
args: ["-c", "bandit.conf"]

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
black==25.1.0
22
isort; python_version < "3.8"
3-
isort==6.0.0; python_version >= "3.8"
3+
isort==6.0.1; python_version >= "3.8"
44
pre-commit; python_version <= "3.8"
55
pre-commit==4.1.0; python_version > "3.8"
66
flake8; python_version < "3.8"
7-
flake8==7.1.1; python_version >= "3.8"
8-
bandit==1.8.2
7+
flake8==7.1.2; python_version >= "3.8"
8+
bandit==1.8.3
99
gitlint==v0.19.1
1010
pytest
1111
pytest-mock

0 commit comments

Comments
 (0)