Skip to content

Commit ff1da19

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/asottile/pyupgrade: v3.19.0 → v3.21.1](asottile/pyupgrade@v3.19.0...v3.21.1) - [github.com/mgedmin/check-python-versions: 0.22.1 → 0.23.0](mgedmin/check-python-versions@0.22.1...0.23.0) - [github.com/mgedmin/check-manifest: 0.50 → 0.51](mgedmin/check-manifest@0.50...0.51) - [github.com/PyCQA/bandit: 1.8.0 → 1.8.6](PyCQA/bandit@1.8.0...1.8.6)
1 parent 31873e6 commit ff1da19

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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: 7.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
1616
additional_dependencies: [flake8-bugbear==22.12.6]
1717

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

2424
- repo: https://github.com/mgedmin/check-python-versions
25-
rev: 0.22.1
25+
rev: 0.23.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.8.6
3737
hooks:
3838
- id: bandit
3939
args:

0 commit comments

Comments
 (0)