Skip to content

Commit 9fbad0a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0) - [github.com/pre-commit/mirrors-eslint: v8.32.0 → v8.33.0](pre-commit/mirrors-eslint@v8.32.0...v8.33.0) - [github.com/tox-dev/pyproject-fmt: 0.4.1 → 0.6.0](tox-dev/pyproject-fmt@0.4.1...0.6.0) - [github.com/abravalheri/validate-pyproject: v0.10.1 → v0.12.1](abravalheri/validate-pyproject@v0.10.1...v0.12.1)
1 parent b379586 commit 9fbad0a

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
@@ -26,7 +26,7 @@ repos:
2626
- id: django-upgrade
2727
args: [--target-version, "3.2"]
2828
- repo: https://github.com/pycqa/isort
29-
rev: 5.11.4
29+
rev: 5.12.0
3030
hooks:
3131
- id: isort
3232
- repo: https://github.com/pre-commit/pygrep-hooks
@@ -46,7 +46,7 @@ repos:
4646
args:
4747
- --trailing-comma=es5
4848
- repo: https://github.com/pre-commit/mirrors-eslint
49-
rev: v8.32.0
49+
rev: v8.33.0
5050
hooks:
5151
- id: eslint
5252
files: \.js?$
@@ -60,10 +60,10 @@ repos:
6060
language_version: python3
6161
entry: black --target-version=py38
6262
- repo: https://github.com/tox-dev/pyproject-fmt
63-
rev: 0.4.1
63+
rev: 0.6.0
6464
hooks:
6565
- id: pyproject-fmt
6666
- repo: https://github.com/abravalheri/validate-pyproject
67-
rev: v0.10.1
67+
rev: v0.12.1
6868
hooks:
6969
- id: validate-pyproject

0 commit comments

Comments
 (0)