Skip to content

Commit 5abf526

Browse files
pre-commit-ci[bot]rkm
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0 → v3.0.1](pre-commit/mirrors-prettier@v3.0.0...v3.0.1) - [github.com/asottile/add-trailing-comma: v3.0.0 → v3.0.1](asottile/add-trailing-comma@v3.0.0...v3.0.1) - [github.com/asottile/pyupgrade: v3.9.0 → v3.10.1](asottile/pyupgrade@v3.9.0...v3.10.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent 48dcde2 commit 5abf526

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
@@ -43,7 +43,7 @@ repos:
4343
- id: codespell
4444
args: [--ignore-words, .meta/codespell-ignores]
4545
- repo: https://github.com/pre-commit/mirrors-prettier
46-
rev: "v3.0.0"
46+
rev: "v3.0.1"
4747
hooks:
4848
- id: prettier
4949
args: [--config, .meta/prettierrc.yml]
@@ -70,12 +70,12 @@ repos:
7070
- id: reorder-python-imports
7171
args: [--py36-plus]
7272
- repo: https://github.com/asottile/add-trailing-comma
73-
rev: "v3.0.0"
73+
rev: "v3.0.1"
7474
hooks:
7575
- id: add-trailing-comma
7676
args: [--py36-plus]
7777
- repo: https://github.com/asottile/pyupgrade
78-
rev: "v3.9.0"
78+
rev: "v3.10.1"
7979
hooks:
8080
- id: pyupgrade
8181
args: [--py36-plus]
@@ -94,7 +94,7 @@ repos:
9494
- id: black
9595
language_version: python38
9696
- repo: https://github.com/PyCQA/flake8
97-
rev: "6.0.0"
97+
rev: "6.1.0"
9898
hooks:
9999
- id: flake8
100100
additional_dependencies:

0 commit comments

Comments
 (0)