Skip to content

Commit a81f49a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1) - [github.com/pre-commit/mirrors-prettier: v3.0.2 → v3.0.3](pre-commit/mirrors-prettier@v3.0.2...v3.0.3) - [github.com/PyCQA/autoflake: v2.2.0 → v2.2.1](PyCQA/autoflake@v2.2.0...v2.2.1) - [github.com/asottile/pyupgrade: v3.10.1 → v3.13.0](asottile/pyupgrade@v3.10.1...v3.13.0)
1 parent e263316 commit a81f49a

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
@@ -14,11 +14,11 @@ repos:
1414
- id: nbqa-black
1515
- id: nbqa-isort
1616
- repo: https://github.com/psf/black
17-
rev: 23.7.0
17+
rev: 23.9.1
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/pre-commit/mirrors-prettier
21-
rev: v3.0.2
21+
rev: v3.0.3
2222
hooks:
2323
- id: prettier
2424
- repo: https://github.com/asottile/blacken-docs
@@ -51,7 +51,7 @@ repos:
5151
- id: trailing-whitespace
5252
- id: check-case-conflict
5353
- repo: https://github.com/PyCQA/autoflake
54-
rev: v2.2.0
54+
rev: v2.2.1
5555
hooks:
5656
- id: autoflake
5757
args:
@@ -71,7 +71,7 @@ repos:
7171
- flake8-bugbear
7272
- flake8-blind-except
7373
- repo: https://github.com/asottile/pyupgrade
74-
rev: v3.10.1
74+
rev: v3.13.0
7575
hooks:
7676
- id: pyupgrade
7777
args: [--py3-plus, --py38-plus, --keep-runtime-typing]

0 commit comments

Comments
 (0)