Skip to content

Commit 7c75eb8

Browse files
pre-commit-ci[bot]auvipy
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v2.3.0 → v4.0.1](pre-commit/pre-commit-hooks@v2.3.0...v4.0.1) - [github.com/pycqa/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) - [github.com/pycqa/doc8: 0.9.0 → 0.9.1](PyCQA/doc8@0.9.0...0.9.1) - [github.com/pre-commit/mirrors-prettier: v2.3.2 → v2.4.1](pre-commit/mirrors-prettier@v2.3.2...v2.4.1) - [github.com/pre-commit/mirrors-eslint: v8.0.0-beta.0 → v8.0.0-1](pre-commit/mirrors-eslint@v8.0.0-beta.0...v8.0.0-1) - [github.com/psf/black: 21.7b0 → 21.9b0](psf/black@21.7b0...21.9b0)
1 parent 9e13c63 commit 7c75eb8

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,17 +1,17 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.3.0
3+
rev: v4.0.1
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- id: mixed-line-ending
99
- repo: https://github.com/pycqa/flake8
10-
rev: 3.9.2
10+
rev: 4.0.1
1111
hooks:
1212
- id: flake8
1313
- repo: https://github.com/pycqa/doc8
14-
rev: 0.9.0
14+
rev: 0.9.1
1515
hooks:
1616
- id: doc8
1717
- repo: https://github.com/pycqa/isort
@@ -28,18 +28,18 @@ repos:
2828
- id: rst-backticks
2929
- id: rst-directive-colons
3030
- repo: https://github.com/pre-commit/mirrors-prettier
31-
rev: v2.3.2
31+
rev: v2.4.1
3232
hooks:
3333
- id: prettier
3434
types_or: [javascript, css]
3535
- repo: https://github.com/pre-commit/mirrors-eslint
36-
rev: v8.0.0-beta.0
36+
rev: v8.0.0-1
3737
hooks:
3838
- id: eslint
3939
files: \.js?$
4040
types: [file]
4141
- repo: https://github.com/psf/black
42-
rev: 21.7b0
42+
rev: 21.9b0
4343
hooks:
4444
- id: black
4545
language_version: python3

0 commit comments

Comments
 (0)