Skip to content

Commit fbda63d

Browse files
pre-commit-ci[bot]tim-schilling
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/doc8: v1.0.0 → v1.1.1](PyCQA/doc8@v1.0.0...v1.1.1) - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1) - [github.com/pycqa/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4) - [github.com/pre-commit/mirrors-eslint: v8.29.0 → v8.30.0](pre-commit/mirrors-eslint@v8.29.0...v8.30.0) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0)
1 parent b543e67 commit fbda63d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ repos:
1212
hooks:
1313
- id: flake8
1414
- repo: https://github.com/pycqa/doc8
15-
rev: v1.0.0
15+
rev: v1.1.1
1616
hooks:
1717
- id: doc8
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.3.0
19+
rev: v3.3.1
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py37-plus]
@@ -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.10.1
29+
rev: 5.11.4
3030
hooks:
3131
- id: isort
3232
- repo: https://github.com/pre-commit/pygrep-hooks
@@ -46,15 +46,15 @@ repos:
4646
args:
4747
- --trailing-comma=es5
4848
- repo: https://github.com/pre-commit/mirrors-eslint
49-
rev: v8.29.0
49+
rev: v8.30.0
5050
hooks:
5151
- id: eslint
5252
files: \.js?$
5353
types: [file]
5454
args:
5555
- --fix
5656
- repo: https://github.com/psf/black
57-
rev: 22.10.0
57+
rev: 22.12.0
5858
hooks:
5959
- id: black
6060
language_version: python3

0 commit comments

Comments
 (0)