Skip to content

Commit 0f57a0c

Browse files
[pre-commit.ci] pre-commit autoupdate (#4)
<!--pre-commit.ci start--> updates: - [github.com/asottile/pyupgrade: v3.9.0 → v3.10.1](asottile/pyupgrade@v3.9.0...v3.10.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b030ecd commit 0f57a0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: reorder-python-imports
2525
args: [--py38-plus, --add-import, 'from __future__ import annotations']
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.9.0
27+
rev: v3.10.1
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py38-plus]
@@ -41,7 +41,7 @@ repos:
4141
hooks:
4242
- id: black
4343
- repo: https://github.com/PyCQA/flake8
44-
rev: 6.0.0
44+
rev: 6.1.0
4545
hooks:
4646
- id: flake8
4747
additional_dependencies:
@@ -55,7 +55,7 @@ repos:
5555
hooks:
5656
- id: yesqa
5757
additional_dependencies:
58-
- flake8==6.0.0
58+
- flake8==6.1.0
5959
- flake8-bugbear==23.7.10
6060
- flake8-builtins==2.1.0
6161
- flake8-comprehensions==3.14.0

0 commit comments

Comments
 (0)