Skip to content

Commit 9057dfb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.4.0](asottile/pyupgrade@v3.3.1...v3.4.0) - [github.com/pre-commit/mirrors-eslint: v8.39.0 → v8.40.0](pre-commit/mirrors-eslint@v8.39.0...v8.40.0) - [github.com/tox-dev/pyproject-fmt: 0.10.0 → 0.11.1](tox-dev/pyproject-fmt@0.10.0...0.11.1)
1 parent 1b148db commit 9057dfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
hooks:
1717
- id: doc8
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.3.1
19+
rev: v3.4.0
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py38-plus]
@@ -46,7 +46,7 @@ repos:
4646
args:
4747
- --trailing-comma=es5
4848
- repo: https://github.com/pre-commit/mirrors-eslint
49-
rev: v8.39.0
49+
rev: v8.40.0
5050
hooks:
5151
- id: eslint
5252
files: \.js?$
@@ -60,7 +60,7 @@ repos:
6060
language_version: python3
6161
entry: black --target-version=py38
6262
- repo: https://github.com/tox-dev/pyproject-fmt
63-
rev: 0.10.0
63+
rev: 0.11.1
6464
hooks:
6565
- id: pyproject-fmt
6666
- repo: https://github.com/abravalheri/validate-pyproject

0 commit comments

Comments
 (0)