Skip to content

Commit 55b5c18

Browse files
committed
apply pre-commit autoupdate
1 parent 3b8505d commit 55b5c18

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
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.4
44
hooks:
55
- id: pyupgrade
66
args: ["--py36-plus"]
@@ -12,23 +12,23 @@ repos:
1212
args: ["--target-version", "py36"]
1313

1414
- repo: https://gitlab.com/pycqa/flake8
15-
rev: 3.8.3
15+
rev: 3.8.4
1616
hooks:
1717
- id: flake8
1818
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]
1919

2020
- repo: https://github.com/timothycrosley/isort
21-
rev: 5.4.2
21+
rev: 5.6.4
2222
hooks:
2323
- id: isort
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-toml

0 commit comments

Comments
 (0)