Skip to content

Commit e67fd59

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.0.1 → v3.3.0](asottile/reorder-python-imports@v3.0.1...v3.3.0) - [github.com/asottile/pyupgrade: v2.31.1 → v2.34.0](asottile/pyupgrade@v2.31.1...v2.34.0) - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0) - [github.com/pre-commit/mirrors-prettier: v2.6.2 → v2.7.1](pre-commit/mirrors-prettier@v2.6.2...v2.7.1)
1 parent 5ddb83d commit e67fd59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
repos:
22
- repo: https://github.com/asottile/reorder_python_imports
3-
rev: v3.0.1
3+
rev: v3.3.0
44
hooks:
55
- id: reorder-python-imports
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v2.31.1
7+
rev: v2.34.0
88
hooks:
99
- id: pyupgrade
1010
args: ['--py36-plus']
1111
- repo: https://github.com/psf/black
12-
rev: 22.3.0
12+
rev: 22.6.0
1313
hooks:
1414
- id: black
1515
language_version: python3
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v4.1.0
17+
rev: v4.3.0
1818
hooks:
1919
- id: fix-byte-order-marker
2020
- id: trailing-whitespace
2121
- id: end-of-file-fixer
2222
- repo: https://github.com/pre-commit/mirrors-prettier
23-
rev: 'v2.6.2'
23+
rev: 'v2.7.1'
2424
hooks:
2525
- id: prettier
2626
types: [file]

0 commit comments

Comments
 (0)