Skip to content

Commit 754e3f1

Browse files
committed
run 'pre-commit autoupdate'
1 parent c368f3f commit 754e3f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.3.0
3+
rev: v3.4.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -13,12 +13,12 @@ repos:
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v2.7.3
16+
rev: v2.10.0
1717
hooks:
1818
- id: pyupgrade
1919
args: ['--py36-plus']
2020
- repo: https://github.com/timothycrosley/isort
21-
rev: 5.6.4
21+
rev: 5.7.0
2222
hooks:
2323
- id: isort
2424
- repo: https://gitlab.com/pycqa/flake8

0 commit comments

Comments
 (0)