Skip to content

Commit 75840d1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/pycqa/isort: 6.0.0 → 6.1.0](PyCQA/isort@6.0.0...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0)
1 parent d6e1944 commit 75840d1

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
@@ -11,33 +11,33 @@
1111
repos:
1212
# Autoformat: markdown, yaml
1313
- repo: https://github.com/pre-commit/mirrors-prettier
14-
rev: v3.1.0 # Don't upgrade, v4 causes "No files matching [...]" issues
14+
rev: v4.0.0-alpha.8 # Don't upgrade, v4 causes "No files matching [...]" issues
1515
hooks:
1616
- id: prettier
1717

1818
# Autoformat: Python code, syntax patterns are modernized
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.19.1
20+
rev: v3.20.0
2121
hooks:
2222
- id: pyupgrade
2323
args:
2424
- --py36-plus
2525

2626
# Autoformat: Python code
2727
- repo: https://github.com/pycqa/isort
28-
rev: "6.0.0"
28+
rev: "6.1.0"
2929
hooks:
3030
- id: isort
3131

3232
# Autoformat: Python code
33-
- repo: https://github.com/psf/black
34-
rev: "25.1.0"
33+
- repo: https://github.com/psf/black-pre-commit-mirror
34+
rev: "25.9.0"
3535
hooks:
3636
- id: black
3737

3838
# Lint: Python code
3939
- repo: https://github.com/pycqa/flake8
40-
rev: "7.1.1"
40+
rev: "7.3.0"
4141
hooks:
4242
- id: flake8
4343
args:

0 commit comments

Comments
 (0)