Skip to content

Commit 6464e05

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0) - [github.com/pycqa/doc8: 0.10.1 → 0.11.1](PyCQA/doc8@0.10.1...0.11.1) - [github.com/asottile/pyupgrade: v2.31.1 → v2.32.0](asottile/pyupgrade@v2.31.1...v2.32.0) - [github.com/pre-commit/mirrors-prettier: v2.5.1 → v2.6.2](pre-commit/mirrors-prettier@v2.5.1...v2.6.2) - [github.com/pre-commit/mirrors-eslint: v8.11.0 → v8.13.0](pre-commit/mirrors-eslint@v8.11.0...v8.13.0) - [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0)
1 parent f68f012 commit 6464e05

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.1.0
3+
rev: v4.2.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
@@ -11,11 +11,11 @@ repos:
1111
hooks:
1212
- id: flake8
1313
- repo: https://github.com/pycqa/doc8
14-
rev: 0.10.1
14+
rev: 0.11.1
1515
hooks:
1616
- id: doc8
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v2.31.1
18+
rev: v2.32.0
1919
hooks:
2020
- id: pyupgrade
2121
args: [--py37-plus]
@@ -38,20 +38,20 @@ repos:
3838
- id: rst-backticks
3939
- id: rst-directive-colons
4040
- repo: https://github.com/pre-commit/mirrors-prettier
41-
rev: v2.5.1
41+
rev: v2.6.2
4242
hooks:
4343
- id: prettier
4444
types_or: [javascript, css]
4545
- repo: https://github.com/pre-commit/mirrors-eslint
46-
rev: v8.11.0
46+
rev: v8.13.0
4747
hooks:
4848
- id: eslint
4949
files: \.js?$
5050
types: [file]
5151
args:
5252
- --fix
5353
- repo: https://github.com/psf/black
54-
rev: 22.1.0
54+
rev: 22.3.0
5555
hooks:
5656
- id: black
5757
language_version: python3

0 commit comments

Comments
 (0)