Skip to content

Commit 1d79efb

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 1.4.2 → 1.4.0](python-poetry/poetry@1.4.2...1.4.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2) - [github.com/commitizen-tools/commitizen: v3.0.1 → 3.0.1](commitizen-tools/commitizen@v3.0.1...3.0.1)
1 parent 21043b9 commit 1d79efb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: end-of-file-fixer
2424
- id: trailing-whitespace
2525
- repo: https://github.com/python-poetry/poetry
26-
rev: 1.4.2
26+
rev: 1.4.0
2727
hooks:
2828
- id: poetry-check
2929
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -32,7 +32,7 @@ repos:
3232
- id: prettier
3333
args: ["--tab-width", "2"]
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.3.1
35+
rev: v3.3.2
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py37-plus]
@@ -53,7 +53,7 @@ repos:
5353
hooks:
5454
- id: flake8
5555
- repo: https://github.com/commitizen-tools/commitizen
56-
rev: v3.0.1
56+
rev: 3.0.1
5757
hooks:
5858
- id: commitizen
5959
stages: [commit-msg]

0 commit comments

Comments
 (0)