Skip to content

Commit 81dd2eb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 25.1.0](psf/black@23.3.0...25.1.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.14.0](asottile/reorder-python-imports@v3.9.0...v3.14.0)
1 parent d03c887 commit 81dd2eb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.3.0
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
language_version: python3
77
- repo: https://github.com/PyCQA/flake8
8-
rev: 6.0.0
8+
rev: 7.1.1
99
hooks:
1010
- id: flake8
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.4.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: check-docstring-first
1515
- id: check-merge-conflict
@@ -19,7 +19,7 @@ repos:
1919
- id: no-commit-to-branch
2020
- id: trailing-whitespace
2121
- repo: https://github.com/asottile/reorder-python-imports
22-
rev: v3.9.0
22+
rev: v3.14.0
2323
hooks:
2424
- id: reorder-python-imports
2525
args: [--py36-plus]

0 commit comments

Comments
 (0)