Skip to content

Commit 78cf444

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [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.20.0](asottile/pyupgrade@v3.19.0...v3.20.0) - [github.com/PyCQA/bandit: 1.8.0 → 1.8.5](PyCQA/bandit@1.8.0...1.8.5)
1 parent 31873e6 commit 78cf444

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

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

@@ -10,13 +10,13 @@ repos:
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.20.0
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py36-plus]
@@ -33,7 +33,7 @@ repos:
3333
args: [--no-build-isolation]
3434

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

0 commit comments

Comments
 (0)