Skip to content

Commit be5763a

Browse files
authored
Merge pull request #1598 from jazzband/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f68f012 + 6464e05 commit be5763a

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)