Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit fe2b5c8

Browse files
chore(pre-commit): pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.1 → v3.17.0](asottile/pyupgrade@v3.15.1...v3.17.0) - [github.com/psf/black: 24.2.0 → 24.8.0](psf/black@24.2.0...24.8.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
1 parent b91cc86 commit fe2b5c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
autoupdate_commit_msg: 'chore(pre-commit): pre-commit autoupdate'
55
repos:
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v3.15.1
7+
rev: v3.17.0
88
hooks:
99
- id: pyupgrade
1010
args: [--py38-plus]
@@ -13,11 +13,11 @@ repos:
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/psf/black
16-
rev: 24.2.0
16+
rev: 24.8.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 7.0.0
20+
rev: 7.1.1
2121
hooks:
2222
- id: flake8
2323
additional_dependencies: ['flake8-bugbear==22.9.23']

0 commit comments

Comments
 (0)