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

Commit 41a5734

Browse files
chore(pre-commit): pre-commit autoupdate (#505)
* chore(pre-commit): pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v2.34.0 → v2.38.2](asottile/pyupgrade@v2.34.0...v2.38.2) - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) * Update flake8-bugbear in pre-commit Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Steven Loria <[email protected]>
1 parent 16a72f5 commit 41a5734

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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: v2.34.0
7+
rev: v2.38.2
88
hooks:
99
- id: pyupgrade
1010
args: [--py38-plus]
@@ -13,14 +13,14 @@ repos:
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/psf/black
16-
rev: 22.6.0
16+
rev: 22.8.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 4.0.1
20+
rev: 5.0.4
2121
hooks:
2222
- id: flake8
23-
additional_dependencies: ['flake8-bugbear==22.1.11']
23+
additional_dependencies: ['flake8-bugbear==22.9.23']
2424
- repo: local
2525
hooks:
2626
- id: pyright

0 commit comments

Comments
 (0)