Skip to content

Commit 2f89d56

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.21.2](asottile/pyupgrade@v3.15.0...v3.21.2) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.16.0](asottile/reorder-python-imports@v3.12.0...v3.16.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.11.0 → 25.11.0](psf/black-pre-commit-mirror@23.11.0...25.11.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.3.0](PyCQA/flake8@6.1.0...7.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0)
1 parent f87b7a1 commit 2f89d56

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v3.15.0
5+
rev: v3.21.2
66
hooks:
77
- id: pyupgrade
88
args: ["--py38-plus"]
99
- repo: https://github.com/asottile/reorder-python-imports
10-
rev: v3.12.0
10+
rev: v3.16.0
1111
hooks:
1212
- id: reorder-python-imports
1313
args: ["--application-directories", "src"]
1414
files: flemi
15-
- repo: https://github.com/psf/black
16-
rev: 23.11.0
15+
- repo: https://github.com/psf/black-pre-commit-mirror
16+
rev: 25.11.0
1717
hooks:
1818
- id: black
1919
files: flemi
2020
- repo: https://github.com/PyCQA/flake8
21-
rev: 6.1.0
21+
rev: 7.3.0
2222
hooks:
2323
- id: flake8
2424
files: flemi
2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.5.0
26+
rev: v6.0.0
2727
hooks:
2828
- id: fix-byte-order-marker
2929
- id: trailing-whitespace

0 commit comments

Comments
 (0)