Skip to content

Commit 1f3b4ba

Browse files
committed
Update pre-commit
1 parent 059ec4d commit 1f3b4ba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.7.2
3+
rev: v2.7.3
44
hooks:
55
- id: pyupgrade
66
args: ["--py36-plus"]
@@ -12,31 +12,31 @@ repos:
1212
args: ["--target-version", "py36"]
1313

1414
- repo: https://github.com/PyCQA/isort
15-
rev: 5.5.3
15+
rev: 5.6.4
1616
hooks:
1717
- id: isort
1818

1919
- repo: https://gitlab.com/pycqa/flake8
20-
rev: 3.8.3
20+
rev: 3.8.4
2121
hooks:
2222
- id: flake8
2323
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]
2424

2525
- repo: https://github.com/pre-commit/pygrep-hooks
26-
rev: v1.6.0
26+
rev: v1.7.0
2727
hooks:
2828
- id: python-check-blanket-noqa
2929

3030
- repo: https://github.com/pre-commit/pre-commit-hooks
31-
rev: v3.2.0
31+
rev: v3.3.0
3232
hooks:
3333
- id: check-merge-conflict
3434
- id: check-yaml
3535
- id: end-of-file-fixer
3636
- id: trailing-whitespace
3737

3838
- repo: https://github.com/prettier/prettier
39-
rev: 2.1.1
39+
rev: 2.1.2
4040
hooks:
4141
- id: prettier
4242
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)