Skip to content

Commit ba2a034

Browse files
author
Hugo Osvaldo Barrera
committed
Update pre-commit hooks
1 parent c8b4458 commit ba2a034

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@
33
# vim: set nospell:
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v3.2.0
6+
rev: v3.4.0
77
hooks:
88
- id: trailing-whitespace
99
args: [--markdown-linebreak-ext=md]
1010
- id: end-of-file-fixer
1111
- id: debug-statements
1212
- repo: https://github.com/asottile/reorder_python_imports
13-
rev: v2.3.5
13+
rev: v2.3.6
1414
hooks:
1515
- id: reorder-python-imports
1616
- repo: https://github.com/psf/black
1717
rev: "20.8b1"
1818
hooks:
1919
- id: black
2020
- repo: https://gitlab.com/pycqa/flake8
21-
rev: "3.8.3" # pick a git hash / tag to point to
21+
rev: "3.8.4" # pick a git hash / tag to point to
2222
hooks:
2323
- id: flake8
2424
additional_dependencies: [flake8-comprehensions, flake8-import-order, flake8-bugbear]
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: 'v0.782' # Use the sha / tag you want to point at
26+
rev: 'v0.790' # Use the sha / tag you want to point at
2727
hooks:
2828
- id: mypy

0 commit comments

Comments
 (0)