Skip to content

Commit ae05153

Browse files
committed
Update pre-commit hooks to latest versions
- Update isort from 5.13.2 to 8.0.0 - Update pre-commit-hooks from v5.0.0 to v6.0.0 - Update flake8 from 7.1.1 to 7.3.0 - Update flake8-bugbear from 22.12.6 to 25.11.29 - Update pyupgrade from v3.19.0 to v3.21.2 - Update check-python-versions from 0.22.1 to 0.24.0 - Update check-manifest from 0.50 to 0.51 - Update bandit from 1.8.0 to 1.9.3
1 parent b7bb143 commit ae05153

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 5.13.2
3+
rev: 8.0.0
44
hooks:
55
- id: isort
66

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: debug-statements
1111

1212
- repo: https://github.com/PyCQA/flake8
13-
rev: 7.1.1
13+
rev: 7.3.0
1414
hooks:
1515
- id: flake8
16-
additional_dependencies: [flake8-bugbear==22.12.6]
16+
additional_dependencies: [flake8-bugbear==25.11.29]
1717

1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.19.0
19+
rev: v3.21.2
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py310-plus]
2323

2424
- repo: https://github.com/mgedmin/check-python-versions
25-
rev: 0.22.1
25+
rev: 0.24.0
2626
hooks:
2727
- id: check-python-versions
2828

2929
- repo: https://github.com/mgedmin/check-manifest
30-
rev: '0.50'
30+
rev: '0.51'
3131
hooks:
3232
- id: check-manifest
3333
args: [--no-build-isolation]
3434

3535
- repo: https://github.com/PyCQA/bandit
36-
rev: 1.8.0
36+
rev: 1.9.3
3737
hooks:
3838
- id: bandit
3939
args:

0 commit comments

Comments
 (0)