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

Commit 4d3ef7b

Browse files
chore(pre-commit): pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.2 → v3.14.0](asottile/pyupgrade@v3.3.2...v3.14.0) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent fbe2ff0 commit 4d3ef7b

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.3.2
7+
rev: v3.14.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: 23.3.0
16+
rev: 23.9.1
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 6.0.0
20+
rev: 6.1.0
2121
hooks:
2222
- id: flake8
2323
additional_dependencies: ['flake8-bugbear==22.9.23']

0 commit comments

Comments
 (0)