Skip to content

Commit caff114

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/asottile/pyupgrade: v3.9.0 → v3.10.1](asottile/pyupgrade@v3.9.0...v3.10.1)
1 parent 6f0cb26 commit caff114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ repos:
2222
- id: check-yaml
2323
- id: debug-statements
2424
- repo: https://github.com/PyCQA/flake8
25-
rev: 6.0.0
25+
rev: 6.1.0
2626
hooks:
2727
- id: flake8
2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v3.9.0
29+
rev: v3.10.1
3030
hooks:
3131
- id: pyupgrade
3232
args: [--py3-plus]

0 commit comments

Comments
 (0)