Skip to content

Commit 0cff109

Browse files
[pre-commit.ci] pre-commit autoupdate (#1680)
updates: - [github.com/asottile/pyupgrade: v2.38.0 → v3.1.0](asottile/pyupgrade@v2.38.0...v3.1.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.0 → v3.0.0-alpha.2](pre-commit/mirrors-prettier@v3.0.0-alpha.0...v3.0.0-alpha.2) - [github.com/pre-commit/mirrors-eslint: v8.23.1 → v8.25.0](pre-commit/mirrors-eslint@v8.23.1...v8.25.0) - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a8fa1d0 commit 0cff109

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
hooks:
1616
- id: doc8
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v2.38.0
18+
rev: v3.1.0
1919
hooks:
2020
- id: pyupgrade
2121
args: [--py37-plus]
@@ -38,22 +38,22 @@ repos:
3838
- id: rst-backticks
3939
- id: rst-directive-colons
4040
- repo: https://github.com/pre-commit/mirrors-prettier
41-
rev: v3.0.0-alpha.0
41+
rev: v3.0.0-alpha.2
4242
hooks:
4343
- id: prettier
4444
types_or: [javascript, css]
4545
args:
4646
- --trailing-comma=es5
4747
- repo: https://github.com/pre-commit/mirrors-eslint
48-
rev: v8.23.1
48+
rev: v8.25.0
4949
hooks:
5050
- id: eslint
5151
files: \.js?$
5252
types: [file]
5353
args:
5454
- --fix
5555
- repo: https://github.com/psf/black
56-
rev: 22.8.0
56+
rev: 22.10.0
5757
hooks:
5858
- id: black
5959
language_version: python3

0 commit comments

Comments
 (0)