Skip to content

Commit 4d65a3e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.21.1](asottile/pyupgrade@v3.3.1...v3.21.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.12.0 → 25.11.0](psf/black-pre-commit-mirror@22.12.0...25.11.0) - [github.com/pycqa/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0) - [github.com/pycqa/isort: 5.11.4 → 7.0.0](PyCQA/isort@5.11.4...7.0.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v4.0.0-alpha.8)
1 parent 765543a commit 4d65a3e

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
@@ -1,26 +1,26 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.3.1
3+
rev: v3.21.1
44
hooks:
55
- id: pyupgrade
6-
- repo: https://github.com/psf/black
7-
rev: 22.12.0
6+
- repo: https://github.com/psf/black-pre-commit-mirror
7+
rev: 25.11.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pycqa/flake8
11-
rev: 6.0.0
11+
rev: 7.3.0
1212
hooks:
1313
- id: flake8
1414
args:
1515
["--max-line-length=88", "--extend-ignore=E203,E501", "--builtins=c"]
1616
- repo: https://github.com/pycqa/isort
17-
rev: 5.11.4
17+
rev: 7.0.0
1818
hooks:
1919
- id: isort
2020
args: ["--profile", "black"]
2121
# Autoformat: markdown, yaml
2222
- repo: https://github.com/pre-commit/mirrors-prettier
23-
rev: v3.0.0-alpha.4
23+
rev: v4.0.0-alpha.8
2424
hooks:
2525
- id: prettier
2626
args: ["--write"]

0 commit comments

Comments
 (0)