Skip to content

Commit 4f1a1d2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/asottile/reorder-python-imports: v3.14.0 → v3.16.0](asottile/reorder-python-imports@v3.14.0...v3.16.0) - [github.com/asottile/add-trailing-comma: v3.1.0 → v4.0.0](asottile/add-trailing-comma@v3.1.0...v4.0.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.1](asottile/pyupgrade@v3.19.1...v3.21.1) - [github.com/hhatto/autopep8: v2.3.1 → v2.3.2](hhatto/autopep8@v2.3.1...v2.3.2) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.18.2](pre-commit/mirrors-mypy@v1.14.0...v1.18.2)
1 parent 81fe90b commit 4f1a1d2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: fish_syntax
99
- id: fish_indent
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-case-conflict
1414
- id: check-merge-conflict
@@ -20,25 +20,25 @@ repos:
2020
- id: mixed-line-ending
2121
- id: trailing-whitespace
2222
- repo: https://github.com/asottile/reorder-python-imports
23-
rev: v3.14.0
23+
rev: v3.16.0
2424
hooks:
2525
- id: reorder-python-imports
2626
args: [--py37-plus, --add-import, 'from __future__ import annotations']
2727
- repo: https://github.com/asottile/add-trailing-comma
28-
rev: v3.1.0
28+
rev: v4.0.0
2929
hooks:
3030
- id: add-trailing-comma
3131
args: [--py36-plus]
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.19.1
33+
rev: v3.21.1
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py39-plus]
3737
- repo: https://github.com/hhatto/autopep8
38-
rev: v2.3.1
38+
rev: v2.3.2
3939
hooks:
4040
- id: autopep8
4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.14.0
42+
rev: v1.18.2
4343
hooks:
4444
- id: mypy

0 commit comments

Comments
 (0)