Skip to content

Commit d6f8e0b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 1.5.1 → 1.5.0](python-poetry/poetry@1.5.1...1.5.0) - [github.com/asottile/pyupgrade: v3.4.0 → v3.6.0](asottile/pyupgrade@v3.4.0...v3.6.0)
1 parent d97620d commit d6f8e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: end-of-file-fixer
2020
- id: trailing-whitespace
2121
- repo: https://github.com/python-poetry/poetry
22-
rev: 1.5.1
22+
rev: 1.5.0
2323
hooks:
2424
- id: poetry-check
2525
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -28,7 +28,7 @@ repos:
2828
- id: prettier
2929
args: ["--tab-width", "2"]
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v3.4.0
31+
rev: v3.6.0
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py37-plus]

0 commit comments

Comments
 (0)