Skip to content

Commit fa5e6ab

Browse files
author
Hugo Osvaldo Barrera
committed
Update pre-commit hooks
1 parent 1a1e5e5 commit fa5e6ab

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
@@ -3,26 +3,26 @@
33
# vim: set nospell:
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v3.4.0
6+
rev: v4.0.1
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.6
13+
rev: v2.5.0
1414
hooks:
1515
- id: reorder-python-imports
1616
- repo: https://github.com/psf/black
17-
rev: "20.8b1"
17+
rev: "21.6b0"
1818
hooks:
1919
- id: black
2020
- repo: https://gitlab.com/pycqa/flake8
21-
rev: "3.8.4" # pick a git hash / tag to point to
21+
rev: "3.9.2" # 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.790' # Use the sha / tag you want to point at
26+
rev: 'v0.910' # Use the sha / tag you want to point at
2727
hooks:
2828
- id: mypy

0 commit comments

Comments
 (0)