Skip to content

Commit 3732351

Browse files
committed
pre-commit: update repos
Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent 82ecb20 commit 3732351

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.1.0
3+
rev: v4.0.1
44
hooks:
55
- id: check-ast
66
- id: check-builtin-literals
@@ -13,11 +13,11 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
1515
- repo: https://github.com/pre-commit/mirrors-isort
16-
rev: master
16+
rev: v5.9.1
1717
hooks:
1818
- id: isort
1919
- repo: https://gitlab.com/pycqa/flake8
20-
rev: 3.8.3
20+
rev: 3.9.2
2121
hooks:
2222
- id: flake8
2323
additional_dependencies: ['flake8-bugbear']

0 commit comments

Comments
 (0)