Skip to content

Commit d3ab95a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/doc8: 0.10.1 → 0.11.1](PyCQA/doc8@0.10.1...0.11.1) - [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.12.0](pre-commit/mirrors-eslint@v8.11.0...v8.12.0) - [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0)
1 parent f68f012 commit d3ab95a

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
@@ -11,7 +11,7 @@ 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
@@ -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.12.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)