Skip to content

Commit e255f82

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rbubley/mirrors-prettier: v3.5.1 → v3.5.3](rbubley/mirrors-prettier@v3.5.1...v3.5.3) - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/PyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0)
1 parent 58b2f5d commit e255f82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ repos:
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/rbubley/mirrors-prettier
14-
rev: v3.5.1
14+
rev: v3.5.3
1515
hooks:
1616
- id: prettier
1717
- repo: https://github.com/asottile/blacken-docs
1818
rev: 1.19.1
1919
hooks:
2020
- id: blacken-docs
2121
- repo: https://github.com/PyCQA/isort
22-
rev: 6.0.0
22+
rev: 6.0.1
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/pre-commit/mirrors-mypy
@@ -59,7 +59,7 @@ repos:
5959
- --remove-unused-variable
6060
- --ignore-init-module-imports
6161
- repo: https://github.com/PyCQA/flake8
62-
rev: 7.1.2
62+
rev: 7.2.0
6363
hooks:
6464
- id: flake8
6565
additional_dependencies:
@@ -70,7 +70,7 @@ repos:
7070
- flake8-bugbear
7171
- flake8-blind-except
7272
- repo: https://github.com/asottile/pyupgrade
73-
rev: v3.19.1
73+
rev: v3.20.0
7474
hooks:
7575
- id: pyupgrade
7676
args: [--py3-plus, --py310-plus, --keep-runtime-typing]

0 commit comments

Comments
 (0)